chore: clean up code

This commit is contained in:
Paul Makles
2022-01-02 15:46:51 +00:00
parent 22a6dd6885
commit f31f89749b
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ export default class Auth implements Store, Persistent<Data> {
@action setSession(session: Session) {
this.sessions.set(session.user_id, { session });
this.current = session.user_id;
console.log(this.sessions, this.current);
}
/**