From ba95f41acb6198ba2e3bef35b1c0639a7419413c Mon Sep 17 00:00:00 2001 From: Konloch Date: Sun, 27 Jun 2021 21:14:48 -0700 Subject: [PATCH] Removed Debugging --- .../club/bytecodeviewer/gui/util/PaneUpdaterThread.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/gui/util/PaneUpdaterThread.java b/src/main/java/the/bytecode/club/bytecodeviewer/gui/util/PaneUpdaterThread.java index 532896d3..ba5b23f6 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/gui/util/PaneUpdaterThread.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/gui/util/PaneUpdaterThread.java @@ -113,8 +113,6 @@ public abstract class PaneUpdaterThread implements Runnable if (methods != null) { int methodLine = methods.findActiveMethod(updateUpdaterTextArea.getCaretLineNumber()); - - System.out.println("LINE: " + methodLine); if (methodLine != -1) { if (BytecodeViewer.viewer.showClassMethods.isSelected()) {