Remove timestamp logging

// FREEBIE
This commit is contained in:
lilia 2016-05-23 18:25:03 -07:00
parent 331ca46d75
commit 292260d973

View file

@ -29,11 +29,6 @@
if (this.delay) {
if (this.delay < 0) { this.delay = 1000; }
this.timeout = setTimeout(this.update.bind(this), this.delay);
console.log('ts', timestamp.valueOf(), result,
timestamp.format('YYYY-MM-DD HH:mm:ss.SSS'),
'next update at',
moment().add(this.delay, 'ms').format('YYYY-MM-DD HH:mm:ss.SSS')
);
}
},
clearTimeout: function() {