mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +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) {
|
||||
if (components.get('post', 'pid', post.pid).length !== 0) {
|
||||
console.log('removed', post.pid)
|
||||
}
|
||||
|
||||
return components.get('post', 'pid', post.pid).length === 0;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user