chore: remove console.error from notifications

This commit is contained in:
Miodec 2025-05-02 14:19:40 +02:00
parent 0f211b2fb7
commit 76859670ba

View file

@ -75,7 +75,6 @@ class Notification {
cls = "bad";
icon = `<i class="fas fa-times-circle"></i>`;
title = "Error";
console.error(this.message);
}
if (this.important) {