Turn off the debug printouts here since it was pretty spammy.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@991 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2010-08-18 20:22:43 +00:00
parent 98a09e8d75
commit 1e1c8a47fc
@@ -111,7 +111,7 @@ public class PrioritizedSceneLayoutRenderer
}
}
trace("dependency scan time", getTimer() - startTime, "ms");
//trace("dependency scan time", getTimer() - startTime, "ms");
// Set the childrens' depth, using dependency ordering
for each (var obj:IsoDisplayObject in children) {
@@ -124,7 +124,7 @@ public class PrioritizedSceneLayoutRenderer
_visited = null;
_dependencies = null;
trace("scene layout render time", getTimer() - startTime, "ms (manual sort)");
//trace("scene layout render time", getTimer() - startTime, "ms (manual sort)");
}
/**