Removed Debugging
This commit is contained in:
parent
5916908ee5
commit
ba95f41acb
1 changed files with 0 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue