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 1c60425 commit ce631e3Copy full SHA for ce631e3
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>jadx.gui.plugins</groupId>
7
<artifactId>jadx-ai-mcp</artifactId>
8
- <version>3.3.1</version>
+ <version>3.3.2</version>
9
10
<properties>
11
<maven.compiler.source>11</maven.compiler.source>
src/main/java/jadx/gui/plugins/JadxAIMCP.java
@@ -883,7 +883,6 @@ private void handleClassSource(Context ctx) {
883
for (JavaClass cls : wrapper.getIncludedClassesWithInners()) {
884
if (cls.getFullName().equals(className)) {
885
ctx.result(cls.getCode());
886
- logger.info(cls.getCode().toString());
887
return;
888
}
889
0 commit comments