Skip to content

Commit 45bc05d

Browse files
committed
Service initialized automatically
1 parent 71e90d3 commit 45bc05d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/NotificationServiceInitializer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ internal class NotificationServiceInitializer : ProjectActivity {
1414
override suspend fun execute(project: Project) {
1515
if (initialized.compareAndSet(false, true)) {
1616
val service = NotificationPollingService.getInstance()
17-
ProcessNotificationsBase(project)
1817
service.startPolling()
1918
}
2019
}

0 commit comments

Comments
 (0)