Skip to content

Commit bffca63

Browse files
committed
remove notifier in server stop, app is invalid now
1 parent bc823d3 commit bffca63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/ai/devchat/plugin/IDEServer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ class IDEServer(private var project: Project): Disposable {
368368

369369
fun stop() {
370370
Log.info("Stopping IDE server...")
371-
Notifier.info("Stopping IDE server...")
372371
server?.stop(1_000, 2_000)
373372
}
374373

0 commit comments

Comments
 (0)