From 91fc121520ab43b58efa321d3a78e419648e870c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 5 Jul 2017 15:41:12 +0200 Subject: [PATCH] Removed log --- scripts/AnimeNotifier.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/AnimeNotifier.ts b/scripts/AnimeNotifier.ts index 72fb830f..32b374e5 100644 --- a/scripts/AnimeNotifier.ts +++ b/scripts/AnimeNotifier.ts @@ -249,7 +249,6 @@ export class AnimeNotifier { for(; mutationIndex < mutations.length; mutationIndex++) { let mutation = mutations[mutationIndex] - console.log(mutation.time - now) if(mutation.time > now) { break