Web: Client: Settings: delete console

This commit is contained in:
Viktor Fomin 2022-04-08 12:33:03 +03:00
parent 4a3325b988
commit d04de3b4f7

View File

@ -57,7 +57,6 @@ class SettingsSetupStore {
if (this.isInit) return;
this.isInit = true;
console.log("INIT STORE");
if (authStore.isAuthenticated) {
authStore.tfaStore.getTfaType();
}