From f2b138510eaf88052535676917186f3d99f3b2bf Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Wed, 21 Aug 2013 19:58:45 -0400 Subject: [PATCH] removed console.log --- src/websockets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/websockets.js b/src/websockets.js index f4cb3626a6..1496100b4b 100644 --- a/src/websockets.js +++ b/src/websockets.js @@ -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}); }); });