mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
removed console.log
This commit is contained in:
@@ -632,7 +632,6 @@ var SocketIO = require('socket.io').listen(global.server, { log:false }),
|
||||
end = start + 9;
|
||||
|
||||
topics.getTopicPosts(data.tid, start, end, uid, function(posts) {
|
||||
console.log('sending back tid: '+data.tid, posts);
|
||||
callback({posts:posts});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user