Skip to content

Commit 2049f35

Browse files
committed
Removed console.log.
1 parent 1abbfe4 commit 2049f35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/shared/inject.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ class NotificationModalTrigger {
337337

338338
const notifications = await notificationApiClient.get()
339339

340-
console.log(notificationStorage.get().date, notifications[0].date)
341-
342340
return notificationStorage.get().date < notifications[0].date;
343341
}
344342
}

0 commit comments

Comments
 (0)