Busted a cap in the accidentally-left-in verbose logging that pissed me
off so much while I was sailing around. Take that you little fucker! How do you like that, huh? git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1867 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: VirtualMediaPanel.java,v 1.11 2002/10/30 00:27:37 mdb Exp $
|
// $Id: VirtualMediaPanel.java,v 1.12 2002/10/30 09:34:08 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.media;
|
package com.threerings.media;
|
||||||
|
|
||||||
@@ -182,10 +182,10 @@ public class VirtualMediaPanel extends MediaPanel
|
|||||||
// determine how far we'll be moving on this tick
|
// determine how far we'll be moving on this tick
|
||||||
_dx = _nx - _tx; _dy = _ny - _ty;
|
_dx = _nx - _tx; _dy = _ny - _ty;
|
||||||
|
|
||||||
Log.info("Scrolling into place [n=(" + _nx + ", " + _ny +
|
// Log.info("Scrolling into place [n=(" + _nx + ", " + _ny +
|
||||||
"), t=(" + _tx + ", " + _ty +
|
// "), t=(" + _tx + ", " + _ty +
|
||||||
"), d=(" + _dx + ", " + _dy +
|
// "), d=(" + _dx + ", " + _dy +
|
||||||
"), width=" + width + ", height=" + height + "].");
|
// "), width=" + width + ", height=" + height + "].");
|
||||||
|
|
||||||
// these are used to prevent the vertical strip from
|
// these are used to prevent the vertical strip from
|
||||||
// overlapping the horizontal strip
|
// overlapping the horizontal strip
|
||||||
|
|||||||
Reference in New Issue
Block a user