From 05da3db2edadb630f2a8e85d049ef7654dedca69 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 24 Sep 2018 14:54:20 +0100 Subject: [PATCH] Fix a debug message left in the terrasync code --- simgear/io/HTTPRepository.cxx | 3 --- 1 file changed, 3 deletions(-) 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