Skip to content

Commit 4afad11

Browse files
committed
Make account store init log message consistent with the others
1 parent 55a87a6 commit 4afad11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/model/account/account-store.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class AccountStore {
5757
setInterval(this.updateUser, 1000 * 60 * 10);
5858
this.updateUser();
5959

60-
console.log('Account store created');
60+
console.log('Account store initialized');
6161
});
6262

6363
@observable
@@ -328,7 +328,6 @@ export class AccountStore {
328328

329329
window.removeEventListener('focus', setFocused);
330330
window.removeEventListener('blur', setUnfocused);
331-
332331
});
333332

334333
@action.bound

0 commit comments

Comments
 (0)