From 577a550e189ed8994983e882192ff71a6863e5ee Mon Sep 17 00:00:00 2001 From: suVene Date: Mon, 22 Dec 2008 19:17:38 +0000 Subject: 無駄なdump削除。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27258 d0d07461-0603-4401-acd4-de1884942a52 --- notifier.js | 1 - 1 file changed, 1 deletion(-) (limited to 'notifier.js') 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; -- cgit v1.2.3