From 68e27c07d7bd2cd474b3863d46951a521e8f0897 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Mon, 9 Nov 2020 14:04:48 -0600 Subject: [PATCH] Removed testing log from StatusList component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - testing log from StatusList component --- app/javascript/gabsocial/components/status_list.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/gabsocial/components/status_list.js b/app/javascript/gabsocial/components/status_list.js index e00a9591..b208c5e2 100644 --- a/app/javascript/gabsocial/components/status_list.js +++ b/app/javascript/gabsocial/components/status_list.js @@ -164,8 +164,6 @@ class StatusList extends ImmutablePureComponent { } = this.props const { fetchedContext, isRefreshing } = this.state - console.log("promotions:", promotions) - if (isPartial || (isLoading && statusIds.size === 0)) { return (