From: James Turner Date: Fri, 17 Jan 2014 17:46:39 +0000 (+0000) Subject: Remove a noisy log message from the Terrasync code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=488ca0fcc5233df601b67738c3d5c75cb3539e56;p=simgear.git Remove a noisy log message from the Terrasync code. --- diff --git a/simgear/io/SVNDirectory.cxx b/simgear/io/SVNDirectory.cxx index 6983ef87..b1b57d53 100644 --- a/simgear/io/SVNDirectory.cxx +++ b/simgear/io/SVNDirectory.cxx @@ -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; }