From 5a77a2c21ca8158ac8fcf12e8998910baeb9a752 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sat, 26 Sep 2015 18:30:31 -0400 Subject: [PATCH] removed debug log --- public/src/client/topic/posts.js | 4 ---- 1 file changed, 4 deletions(-) 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; }); }