mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-30 11:18:22 +02:00
removed console.log and commented out code
This commit is contained in:
@@ -561,9 +561,6 @@ var SocketIO = require('socket.io').listen(global.server, { log:false }),
|
||||
end = start + 10;
|
||||
|
||||
topics.getTopicPosts(data.tid, start, end, uid, function(posts) {
|
||||
//io.sockets.in('topic_' + data.tid).emit('event:new_post', {
|
||||
// posts: posts
|
||||
//});
|
||||
callback({posts:posts});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user