mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-15 11:07:36 +08:00
chore: remove console.error from notifications
This commit is contained in:
parent
0f211b2fb7
commit
76859670ba
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue