Skip to content

Commit 6c19a24

Browse files
committed
remove console debug
1 parent 342adeb commit 6c19a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/NotificationsSchedulerService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,6 @@ function errorCatchWrapper (callback, name) {
785785
try {
786786
await callback()
787787
} catch (e) {
788-
console.log(e)
789788
localLogger.error(`${[name]} Service function error: ${e}`)
790789
}
791790
}

0 commit comments

Comments
 (0)