mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 05:03:41 +02:00
Removed some debug
This commit is contained in:
parent
3d8283bd8e
commit
d27d9645bd
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ function notif(text, colour) {
|
|||
};
|
||||
|
||||
noti.end = function () {
|
||||
console.log("removed overlay");
|
||||
Script.clearInterval(noti.timer);
|
||||
Script.clearTimeout(noti.timeout);
|
||||
Overlays.deleteOverlay(noti.id);
|
||||
|
|
Loading…
Reference in a new issue