We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d4c62 commit ced2e6bCopy full SHA for ced2e6b
copy-as-python-aiohttp/build.gradle.kts
@@ -1,4 +1,4 @@
1
-version = "1.1.0"
+version = "1.1.1"
2
3
plugins {
4
// Apply the java-library plugin for API and implementation separation.
copy-as-python-aiohttp/src/main/java/burp/BurpExtender.java
@@ -13,8 +13,6 @@ public class BurpExtender implements BurpExtension {
13
public void initialize(MontoyaApi api) {
14
api.extension().setName("Copy as Python aiohttp");
15
api.userInterface().registerContextMenuItemsProvider(new MyContextMenuItemsProvider(api));
16
- api.extension().registerUnloadingHandler(
17
- () -> api.logging().logToOutput("'Copy as Python aiohttp' extension unloaded!"));
18
api.logging().logToOutput("'Copy as Python aiohttp' extension loaded!");
19
}
20
0 commit comments