From 1a755ede025009c46e7ba92f49c1a7f51f0cdbd6 Mon Sep 17 00:00:00 2001 From: suVene Date: Sun, 28 Dec 2008 21:15:40 +0000 Subject: del debug log. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27535 d0d07461-0603-4401-acd4-de1884942a52 --- notifier/subject_wassr.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'notifier') diff --git a/notifier/subject_wassr.js b/notifier/subject_wassr.js index 5e70752..a1bf6eb 100755 --- a/notifier/subject_wassr.js +++ b/notifier/subject_wassr.js @@ -42,11 +42,10 @@ notifier.subject.register(notifier.SubjectHttp, { this.options.url = URL + username + '&page=4'; this.options.extra.username = username; this.options.extra.password = password; - logger.log(username + ':' + password); return (username && password) ? true : false; }, parse: function(res) { - if (this.count == 0) return []; // for debug + // if (this.count == 0) return []; // for debug return $U.evalJson(res.responseText) || []; }, diff: function(cache, parsed) -- cgit v1.2.3