summaryrefslogtreecommitdiffstats
path: root/web/react/stores
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-07 11:34:29 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-13 09:42:26 -0400
commit097d236f437b0c5af167cd383c6ee4c3ee45f495 (patch)
treeed81272f94f8706b5ddf25badde6d660df7a657c /web/react/stores
parented6b2cd164b249c67db0e0421cc78964450240c9 (diff)
downloadchat-097d236f437b0c5af167cd383c6ee4c3ee45f495.tar.gz
chat-097d236f437b0c5af167cd383c6ee4c3ee45f495.tar.bz2
chat-097d236f437b0c5af167cd383c6ee4c3ee45f495.zip
Fixed edge cases with leaving a direct channel while viewing that channel
Diffstat (limited to 'web/react/stores')
-rw-r--r--web/react/stores/preference_store.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/stores/preference_store.jsx b/web/react/stores/preference_store.jsx
index d731e7d27..8101452ed 100644
--- a/web/react/stores/preference_store.jsx
+++ b/web/react/stores/preference_store.jsx
@@ -39,7 +39,6 @@ class PreferenceStoreClass extends EventEmitter {
}
getAllPreferences() {
- console.log('getting preferences'); // eslint-disable-line no-console
return new Map(BrowserStore.getItem('preferences', []));
}