Fix a debug message left in the terrasync code

This commit is contained in:
James Turner
2018-10-05 10:41:39 +01:00
parent 0494af48a3
commit 9785cadbd0
-3
View File
@@ -1049,9 +1049,6 @@ HTTPRepository::failure() const
entry.lengthBytes = strtol(sizeData.c_str(), NULL, 10);
hashes.push_back(entry);
}
SG_LOG(SG_TERRASYNC, SG_INFO, "restored hashes:" << hashes.size());
}
class DirectoryWithPath