mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
removed debug log
This commit is contained in:
@@ -112,10 +112,6 @@ define('forum/topic/posts', [
|
|||||||
}
|
}
|
||||||
|
|
||||||
data.posts = data.posts.filter(function(post) {
|
data.posts = data.posts.filter(function(post) {
|
||||||
if (components.get('post', 'pid', post.pid).length !== 0) {
|
|
||||||
console.log('removed', post.pid)
|
|
||||||
}
|
|
||||||
|
|
||||||
return components.get('post', 'pid', post.pid).length === 0;
|
return components.get('post', 'pid', post.pid).length === 0;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user