diff --git a/public/src/client/topic/posts.js b/public/src/client/topic/posts.js index ba490a39e9..55df9f54f3 100644 --- a/public/src/client/topic/posts.js +++ b/public/src/client/topic/posts.js @@ -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; }); }