Skip to content

Commit ced2e6b

Browse files
committed
Remove unnecessary unloading handler
1 parent b0d4c62 commit ced2e6b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

copy-as-python-aiohttp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.1.0"
1+
version = "1.1.1"
22

33
plugins {
44
// Apply the java-library plugin for API and implementation separation.

copy-as-python-aiohttp/src/main/java/burp/BurpExtender.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public class BurpExtender implements BurpExtension {
1313
public void initialize(MontoyaApi api) {
1414
api.extension().setName("Copy as Python aiohttp");
1515
api.userInterface().registerContextMenuItemsProvider(new MyContextMenuItemsProvider(api));
16-
api.extension().registerUnloadingHandler(
17-
() -> api.logging().logToOutput("'Copy as Python aiohttp' extension unloaded!"));
1816
api.logging().logToOutput("'Copy as Python aiohttp' extension loaded!");
1917
}
2018
}

0 commit comments

Comments
 (0)