diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index a2e009ba..bfa426a6 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -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