From d5ac105b8ecaf15a8ebe90eb476f9c839092bbb7 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Thu, 22 Mar 2007 11:13:19 +0000 Subject: [PATCH] removed old debug output --- tools/cooja/java/se/sics/cooja/plugins/VariableWatcher.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/cooja/java/se/sics/cooja/plugins/VariableWatcher.java b/tools/cooja/java/se/sics/cooja/plugins/VariableWatcher.java index 8094b7f00..f5da049de 100644 --- a/tools/cooja/java/se/sics/cooja/plugins/VariableWatcher.java +++ b/tools/cooja/java/se/sics/cooja/plugins/VariableWatcher.java @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: VariableWatcher.java,v 1.4 2007/02/02 11:02:16 fros4943 Exp $ + * $Id: VariableWatcher.java,v 1.5 2007/03/22 11:13:19 fros4943 Exp $ */ package se.sics.cooja.plugins; @@ -82,10 +82,7 @@ public class VariableWatcher extends VisPlugin { public VariableWatcher(Mote moteToView, Simulation simulation, GUI gui) { super("Variable Watcher (" + moteToView + ")", gui); - System.out.println("?!!"); - moteMemory = (AddressMemory) moteToView.getMemory(); - System.out.println("?!!"); JLabel label; integerFormat = NumberFormat.getIntegerInstance();