using console trace instead

This commit is contained in:
Miodec 2022-02-19 20:57:00 +01:00
parent c1a3146765
commit 9fe003aeab

View file

@ -58,7 +58,7 @@ class Notification {
cls = "bad";
icon = `<i class="fas fa-fw fa-times"></i>`;
title = "Error";
console.error(this.message);
console.trace(this.message);
}
if (this.customTitle != undefined) {