aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/store.js
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-10-04 14:52:04 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-10-04 14:52:04 +0200
commit59ae3b148246778b86347686e7ba864883824190 (patch)
treed0a1fe8babb6e9389807908182178e01cf8e53bd /src/features/workspaces/store.js
parentOnly load services when workspaces have been loaded (diff)
downloadferdium-app-59ae3b148246778b86347686e7ba864883824190.tar.gz
ferdium-app-59ae3b148246778b86347686e7ba864883824190.tar.zst
ferdium-app-59ae3b148246778b86347686e7ba864883824190.zip
Remove console.log
Diffstat (limited to 'src/features/workspaces/store.js')
-rw-r--r--src/features/workspaces/store.js1
1 files changed, 0 insertions, 1 deletions
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 {
149 if (!getUserWorkspacesRequest.wasExecuted || getUserWorkspacesRequest.isExecutingFirstTime) { 149 if (!getUserWorkspacesRequest.wasExecuted || getUserWorkspacesRequest.isExecutingFirstTime) {
150 // If so, do not show any services to avoid loading all of them unfiltered 150 // If so, do not show any services to avoid loading all of them unfiltered
151 // and then having the filter flashing in (which is ugly and slow). 151 // and then having the filter flashing in (which is ugly and slow).
152 console.log('return', []);
153 return []; 152 return [];
154 } 153 }
155 } 154 }