mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
console.log
This commit is contained in:
@@ -510,7 +510,6 @@ SocketPosts.flag = function(socket, pid, callback) {
|
|||||||
next();
|
next();
|
||||||
},
|
},
|
||||||
function(next) {
|
function(next) {
|
||||||
console.log(post);
|
|
||||||
posts.flag(post, socket.uid, next);
|
posts.flag(post, socket.uid, next);
|
||||||
},
|
},
|
||||||
function(next) {
|
function(next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user