Remove useless comment

pull/21833/head
Luke Barnard 2017-05-12 16:02:38 +01:00
parent 536724e7c5
commit 2b4c87aca6
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class SessionStore extends EventEmitter {
}
}
// Export singleton getter
let singletonSessionStore = null;
if (!singletonSessionStore) {
singletonSessionStore = new SessionStore();