Remove useless comment
parent
536724e7c5
commit
2b4c87aca6
|
@ -54,7 +54,6 @@ class SessionStore extends EventEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Export singleton getter
|
|
||||||
let singletonSessionStore = null;
|
let singletonSessionStore = null;
|
||||||
if (!singletonSessionStore) {
|
if (!singletonSessionStore) {
|
||||||
singletonSessionStore = new SessionStore();
|
singletonSessionStore = new SessionStore();
|
||||||
|
|
Loading…
Reference in New Issue