removed console.log and commented out code

This commit is contained in:
Baris Soner Usakli
2013-08-01 17:36:01 -04:00
parent 7297a26685
commit 23fcdde25e
2 changed files with 0 additions and 4 deletions

View File

@@ -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});
});
});