Fix a debug message left in the terrasync code

This commit is contained in:
James Turner
2018-09-24 14:54:20 +01:00
parent 6d89cc6c1d
commit 05da3db2ed

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