Revert "fix boot sequence"

This reverts commit e893dbf37a.
This commit is contained in:
tamaina 2022-04-29 00:42:47 +09:00
parent e893dbf37a
commit ac9a269209
2 changed files with 0 additions and 6 deletions

View file

@ -40,8 +40,6 @@ import { reactionPicker } from '@/scripts/reaction-picker';
import { getUrlWithoutLoginId } from '@/scripts/login-id';
import { getAccountFromId } from '@/scripts/get-account-from-id';
export default async function() {
console.info(`Misskey v${version}`);
if (_DEV_) {
@ -426,5 +424,3 @@ if ($i) {
signout();
});
}
}