From 349f283af6a0e158e0a21df805790e38ed5bb6b2 Mon Sep 17 00:00:00 2001 From: reality Date: Sat, 25 Jan 2014 14:35:53 +0000 Subject: [PATCH] let the debugging begin --- modules/reddit/reddit.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/reddit/reddit.js b/modules/reddit/reddit.js index 5a8c14f..cf42132 100644 --- a/modules/reddit/reddit.js +++ b/modules/reddit/reddit.js @@ -45,7 +45,7 @@ var reddit = function(dbot) { } this.ints = []; - /*this.db.scan('reddit_feeds', function(channel) { + this.db.scan('reddit_feeds', function(channel) { if(channel) { channels.push(channel); } @@ -73,11 +73,10 @@ var reddit = function(dbot) { } }.bind(this)); }.bind(this), feed.interval); - console.log(intervalId); this.ints.push(intervalId); }.bind(this)); }.bind(this)); - }.bind(this));*/ + }.bind(this)); }.bind(this) };