Remove useless comment

This commit is contained in:
Luke Barnard 2017-05-12 16:02:38 +01:00
parent 536724e7c5
commit 2b4c87aca6

View file

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