removed unnecessary logging from InfoLayer::clip

This commit is contained in:
rachytski 2012-01-10 15:47:06 +04:00 committed by Alex Zolotarev
parent 3596abebca
commit 767c68d14d

View file

@ -297,7 +297,7 @@ namespace yg
}
}
LOG(LINFO, ("clipped out", clippedCnt, "elements,", elemCnt, "elements total"));
// LOG(LINFO, ("clipped out", clippedCnt, "elements,", elemCnt, "elements total"));
}
}