Skip to content

Commit 2a48adf

Browse files
Fix NPE from logHandler when stopping debug plugin (#449)
1 parent dea29f5 commit 2a48adf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/JavaDebuggerServerPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public void start(BundleContext context) throws Exception {
3434

3535
@Override
3636
public void stop(BundleContext context) throws Exception {
37-
logger.info("Stopping " + PLUGIN_ID);
3837
LogUtils.cleanupHandlers();
3938
}
4039

0 commit comments

Comments
 (0)