console.log

This commit is contained in:
psychobunny
2015-06-19 17:23:13 -04:00
parent 28e9874ba9
commit b5b9a190e4

View File

@@ -510,7 +510,6 @@ SocketPosts.flag = function(socket, pid, callback) {
next();
},
function(next) {
console.log(post);
posts.flag(post, socket.uid, next);
},
function(next) {