Skip to content

Commit

Permalink
Remove unused debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyD97 committed Mar 1, 2023
1 parent b524490 commit 0e5e214
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public class BurpAppender extends AbstractAppender {

public BurpAppender(String name, Filter filter){
super(name, filter, PatternLayout.createDefaultLayout(), false, null);
System.out.println("Created appender");
}

@PluginFactory
Expand Down

0 comments on commit 0e5e214

Please sign in to comment.