Commented out extremely common and innocuous log entry.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3824 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-01-30 19:18:11 +00:00
parent e81084a588
commit eb2635770e
@@ -510,7 +510,7 @@ public class StageSceneManager extends SpotSceneManager
// if we couldn't expand in any direction, it's no go
if (rect == null) {
Log.info("Couldn't expand cluster " + cl + ".");
// Log.info("Couldn't expand cluster " + cl + ".");
return false;
}