]> git.mxchange.org Git - simgear.git/commitdiff
Remove a noisy log message from the Terrasync code.
authorJames Turner <zakalawe@mac.com>
Fri, 17 Jan 2014 17:46:39 +0000 (17:46 +0000)
committerJames Turner <zakalawe@mac.com>
Fri, 17 Jan 2014 17:46:46 +0000 (17:46 +0000)
simgear/io/SVNDirectory.cxx

index 6983ef871f3aeb518d1a609754b6ea39c6830faa..b1b57d531130b6c42da9dfd43adb8af3f0cff225 100644 (file)
@@ -319,7 +319,6 @@ void SVNDirectory::mergeUpdateReportDetails(unsigned int depth,
     
     Dir d(localPath);
     if (depth >= MAX_UPDATE_REPORT_DEPTH) {
-        SG_LOG(SG_IO, SG_INFO, localPath << "exceeded MAX_UPDATE_REPORT_DEPTH, cleaning");
         d.removeChildren();
         return;
     }