Skip to content

Commit

Permalink
some refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
aress31 committed Dec 23, 2023
1 parent a7efb87 commit dfbb6b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/burp/MyBurpExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@ public void initialize(MontoyaApi montoyaApi) {

montoyaApi.http().registerHttpHandler(mainTabGroup.getParametersPanel());
logging.logToOutput("HTTPListener registered");

// TODO: Complete the implementation of this feature.
// montoyaApi.userInterface().registerHttpRequestEditorProvider(mainTabGroup.getParametersPanel());
// logging.logToOutput("'MessageEditorTabFactory' registered");
}
}

0 comments on commit dfbb6b0

Please sign in to comment.