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');