My search-fu seems to be failing. These printouts shouldn't be there.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@754 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Mike Thomas
2009-01-15 22:21:23 +00:00
parent 79c5d9c925
commit dbc4c06d15
@@ -162,7 +162,6 @@ public class MisoScenePanel extends VirtualMediaPanel
clearScene();
// Don't repaint immediately if we've gotten new penders from our rethink
_delayRepaint = rethink() > 0;
System.err.println("MST REF SCENE: " + _delayRepaint);
_remgr.invalidateRegion(_vbounds);
}
@@ -731,7 +730,6 @@ public class MisoScenePanel extends VirtualMediaPanel
_ulpos.setLocation(_tcoords);
if (rethink() > 0) {
_delayRepaint = mightDelayPaint;
System.err.println("MST VIEW LOC DID CHANGE: " + _delayRepaint);
// If this is a complete repaint, turn off visibility while we're resolving to
// keep child components or media panels from drawing.
if (_delayRepaint) {