mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
removed console.log
This commit is contained in:
@@ -45,7 +45,6 @@ var RDB = require('./redis.js'),
|
|||||||
return b.lastposttime - a.lastposttime;
|
return b.lastposttime - a.lastposttime;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(topics);
|
|
||||||
next(null, topics);
|
next(null, topics);
|
||||||
|
|
||||||
}, category_id);
|
}, category_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user