From 59ae3b148246778b86347686e7ba864883824190 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Fri, 4 Oct 2019 14:52:04 +0200 Subject: Remove console.log --- src/features/workspaces/store.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features/workspaces/store.js') diff --git a/src/features/workspaces/store.js b/src/features/workspaces/store.js index a9a0b6eff..f08323e6c 100644 --- a/src/features/workspaces/store.js +++ b/src/features/workspaces/store.js @@ -149,7 +149,6 @@ export default class WorkspacesStore extends FeatureStore { if (!getUserWorkspacesRequest.wasExecuted || getUserWorkspacesRequest.isExecutingFirstTime) { // If so, do not show any services to avoid loading all of them unfiltered // and then having the filter flashing in (which is ugly and slow). - console.log('return', []); return []; } } -- cgit v1.2.3-54-g00ecf