Removed Debugging
This commit is contained in:
parent
5916908ee5
commit
ba95f41acb
1 changed files with 0 additions and 2 deletions
|
@ -114,8 +114,6 @@ public abstract class PaneUpdaterThread implements Runnable
|
|||
{
|
||||
int methodLine = methods.findActiveMethod(updateUpdaterTextArea.getCaretLineNumber());
|
||||
|
||||
System.out.println("LINE: " + methodLine);
|
||||
|
||||
if (methodLine != -1) {
|
||||
if (BytecodeViewer.viewer.showClassMethods.isSelected()) {
|
||||
if (methodsList != null) {
|
||||
|
|
Loading…
Reference in a new issue