From 488ca0fcc5233df601b67738c3d5c75cb3539e56 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 17 Jan 2014 17:46:39 +0000 Subject: [PATCH] Remove a noisy log message from the Terrasync code. --- simgear/io/SVNDirectory.cxx | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5