Removed Debugging

This commit is contained in:
Konloch 2021-06-27 21:14:48 -07:00
parent 5916908ee5
commit ba95f41acb

View file

@ -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()) {