From 18494f66a7e0f4020cbc77374d4679421fcf469a Mon Sep 17 00:00:00 2001 From: kytwb Date: Sat, 18 Dec 2021 04:24:10 +0100 Subject: Refactor autoUpdater usage --- src/stores/FeaturesStore.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stores') diff --git a/src/stores/FeaturesStore.js b/src/stores/FeaturesStore.js index 26a045314..e2c0c08ef 100644 --- a/src/stores/FeaturesStore.js +++ b/src/stores/FeaturesStore.js @@ -7,7 +7,6 @@ import serviceProxy from '../features/serviceProxy'; import basicAuth from '../features/basicAuth'; import workspaces from '../features/workspaces'; import quickSwitch from '../features/quickSwitch'; -import nightlyBuilds from '../features/nightlyBuilds'; import publishDebugInfo from '../features/publishDebugInfo'; import communityRecipes from '../features/communityRecipes'; import todos from '../features/todos'; @@ -70,7 +69,6 @@ export default class FeaturesStore extends Store { basicAuth(); workspaces(this.stores, this.actions); quickSwitch(); - nightlyBuilds(); publishDebugInfo(); communityRecipes(this.stores, this.actions); todos(this.stores, this.actions); -- cgit v1.2.3-54-g00ecf