aboutsummaryrefslogtreecommitdiffstats
path: root/notifier
diff options
context:
space:
mode:
Diffstat (limited to 'notifier')
-rwxr-xr-xnotifier/subject_wassr.js3
1 files changed, 1 insertions, 2 deletions
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)