Removed log

This commit is contained in:
Eduard Urbach 2017-07-05 15:41:12 +02:00
parent 3f0e778984
commit 91fc121520

View File

@ -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