diff --git a/frontend/src/scripts/elements/notifications.ts b/frontend/src/scripts/elements/notifications.ts index 1873e58c4..53bd31fca 100644 --- a/frontend/src/scripts/elements/notifications.ts +++ b/frontend/src/scripts/elements/notifications.ts @@ -58,7 +58,7 @@ class Notification { cls = "bad"; icon = ``; title = "Error"; - console.error(this.message); + console.trace(this.message); } if (this.customTitle != undefined) {