Skip to content

Commit

Permalink
Moved prints to logger calls
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Oct 14, 2020
1 parent ce1f802 commit bde635e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burp/gui/InScopePane.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void updateStateProgress() {
}

public void initContextMenu() {
callbacks.printOutput("initContextMenu");
logger.debug("initContextMenu");

final JPopupMenu contextMenu = new JPopupMenu();

Expand Down Expand Up @@ -292,7 +292,7 @@ public void mouseReleased(MouseEvent event) {
}

public JMenu initSendToMenu() {
callbacks.printOutput("initSendToMenu");
logger.debug("initSendToMenu");
JMenu sendToMenu = new JMenu("Send To");


Expand Down

0 comments on commit bde635e

Please sign in to comment.