Removed debug logging I had intentionally left in.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@471 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-10-24 23:22:05 +00:00
parent 51f2b4b9d2
commit b5d6a6008b
@@ -84,9 +84,6 @@ public class EZGamePanel extends Canvas
{
super.updateDisplayList(uw, uh);
// TODO: debugging. Remove.
trace("UpdateDisplayList: " + uw + ":" + _gameView.width + ", " +
uh + ":" + _gameView.height);
backend.sizeChanged();
}