Remove a noisy log message from the Terrasync code.

This commit is contained in:
James Turner 2014-01-17 17:46:39 +00:00
parent dfd15cadab
commit 488ca0fcc5

View File

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