aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/store.js
diff options
context:
space:
mode:
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 }