From 9fe003aeab0e603c9d852a5bef729e4a1f978e34 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 19 Feb 2022 20:57:00 +0100 Subject: [PATCH] using console trace instead --- frontend/src/scripts/elements/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {