From d7bb947413513cd139c6e7435d7213dde2ab083d Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 4 Jul 2020 16:33:07 -0500 Subject: [PATCH] Minor --- electron/Index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/electron/Index.vue b/electron/Index.vue index a89964a..5c1d376 100644 --- a/electron/Index.vue +++ b/electron/Index.vue @@ -114,7 +114,7 @@ import {defaultHost, GeneralSettings, nativeRequire} from './common'; import { fixLogs /*SettingsStore, Logs as FSLogs*/ } from './filesystem'; import * as SlimcatImporter from './importer'; - import Bluebird from 'bluebird'; + // import Bluebird from 'bluebird'; // import Connection from '../fchat/connection'; // import Notifications from './notifications'; @@ -190,8 +190,6 @@ // tslint:disable-next-line no-floating-promises await core.cache.start(this.settings, this.hasCompletedUpgrades); - await Bluebird.delay(1000); - clearTimeout(timer); parent.send('rising-upgrade-complete');