Skip to content

Commit 7685967

Browse files
committed
chore: remove console.error from notifications
1 parent 0f211b2 commit 7685967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/ts/elements/notifications.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class Notification {
7575
cls = "bad";
7676
icon = `<i class="fas fa-times-circle"></i>`;
7777
title = "Error";
78-
console.error(this.message);
7978
}
8079

8180
if (this.important) {

0 commit comments

Comments
 (0)