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 66e0806 commit adb4946Copy full SHA for adb4946
ide-common/src/main/kotlin/org/digma/intellij/plugin/activation/UserActivationService.kt
@@ -25,8 +25,6 @@ import kotlin.time.Duration.Companion.minutes
25
@Service(Service.Level.APP)
26
class UserActivationService : DisposableAdaptor {
27
28
- //todo: open specific UI tab from notifications
29
-
30
private val logger = Logger.getInstance(UserActivationService::class.java)
31
32
private val startedMonitoringLock = ReentrantLock(true)
0 commit comments