3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
reality 2013-12-19 20:11:54 +00:00
parent 0422c3702d
commit 3cd6c91eda

View File

@ -41,7 +41,6 @@ var reddit = function(dbot) {
checkTimes = [];
for(i=0;i<this.ints.length;i++) {
console.log('destroying ' +this.runningIntervals[i]);
clearInterval(this.ints[i]);
}