mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
removed console.logs
This commit is contained in:
@@ -154,8 +154,6 @@ var async = require('async'),
|
||||
});
|
||||
|
||||
db.getObjectField('tid:lastFeedUpdate', tid, function(err, lastFeedUpdate) {
|
||||
console.log(lastFeedUpdate);
|
||||
console.log(Date.now());
|
||||
var now = Date.now();
|
||||
if(!lastFeedUpdate || parseInt(lastFeedUpdate, 10) < now - 3600000) {
|
||||
feed.updateTopic(tid);
|
||||
|
||||
Reference in New Issue
Block a user