diff options
-rw-r--r-- | notifier.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/notifier.js b/notifier.js index f9c2195..d7ca379 100644 --- a/notifier.js +++ b/notifier.js @@ -351,7 +351,6 @@ function bootstrap() { logger.echo('notifier[' + this.id + '] running at ' + start, commandline.force_singleline); this.timer = true; while (this.timer) { //{{{ - liberator.dump('window:' + window.content.window); this.subjects.getPlugins().forEach(function(s) { let now = new Date(); if (!s.__nextTime) s.__nextTime = now; |