From d9f7ebc7929dc725411a76ef55b9e8a427564a61 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Wed, 30 Oct 2002 09:34:08 +0000 Subject: [PATCH] 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 --- src/java/com/threerings/media/VirtualMediaPanel.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/java/com/threerings/media/VirtualMediaPanel.java b/src/java/com/threerings/media/VirtualMediaPanel.java index 35ef4d5c3..48dcdbcf3 100644 --- a/src/java/com/threerings/media/VirtualMediaPanel.java +++ b/src/java/com/threerings/media/VirtualMediaPanel.java @@ -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; @@ -182,10 +182,10 @@ public class VirtualMediaPanel extends MediaPanel // determine how far we'll be moving on this tick _dx = _nx - _tx; _dy = _ny - _ty; - Log.info("Scrolling into place [n=(" + _nx + ", " + _ny + - "), t=(" + _tx + ", " + _ty + - "), d=(" + _dx + ", " + _dy + - "), width=" + width + ", height=" + height + "]."); +// Log.info("Scrolling into place [n=(" + _nx + ", " + _ny + +// "), t=(" + _tx + ", " + _ty + +// "), d=(" + _dx + ", " + _dy + +// "), width=" + width + ", height=" + height + "]."); // these are used to prevent the vertical strip from // overlapping the horizontal strip