Remove useless comment
This commit is contained in:
parent
536724e7c5
commit
2b4c87aca6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue