From b5b9a190e4abf33fdafc33de0536a722e6b8c5e7 Mon Sep 17 00:00:00 2001
From: psychobunny <psycho.bunny@hotmail.com>
Date: Fri, 19 Jun 2015 17:23:13 -0400
Subject: [PATCH] console.log

---
 src/socket.io/posts.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/socket.io/posts.js b/src/socket.io/posts.js
index 272c762a06..89314e9032 100644
--- a/src/socket.io/posts.js
+++ b/src/socket.io/posts.js
@@ -510,7 +510,6 @@ SocketPosts.flag = function(socket, pid, callback) {
 			next();
 		},
 		function(next) {
-			console.log(post);
 			posts.flag(post, socket.uid, next);
 		},
 		function(next) {