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; }