Comply to XO's no-warning-comments rule

This commit is contained in:
Leo Lamprecht 2016-10-25 15:04:37 +02:00
parent 8f28573fc0
commit 630f0f4504
No known key found for this signature in database
GPG key ID: EF804E3FF4BBA8AB
6 changed files with 5 additions and 6 deletions

View file

@ -108,7 +108,7 @@ export function setActiveSession(uid) {
type: SESSION_SET_ACTIVE,
uid,
effect() {
// TODO: this goes away when we are able to poll
// This goes away when we are able to poll
// for the title ourseleves, instead of relying
// on Session and focus/blur to subscribe
if (prevUid) {