summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-08-11 08:20:17 -0400
committerJoramWilander <jwawilander@gmail.com>2015-08-11 12:11:35 -0400
commit4ec76e059cddc127c35bf758f7fda7c7636c8d70 (patch)
tree4ecc9322edf6eba7cf8f47d655339861b3e54ae9 /web/react/components/sidebar.jsx
parent6c0fefad152e1843bccf80fb675301b789f70dd5 (diff)
downloadchat-4ec76e059cddc127c35bf758f7fda7c7636c8d70.tar.gz
chat-4ec76e059cddc127c35bf758f7fda7c7636c8d70.tar.bz2
chat-4ec76e059cddc127c35bf758f7fda7c7636c8d70.zip
incorporate channel updateAt into channel counts and pull channel data on channel update
Diffstat (limited to 'web/react/components/sidebar.jsx')
-rw-r--r--web/react/components/sidebar.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx
index 6ad606e5e..f6ac36f50 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -161,7 +161,6 @@ module.exports = React.createClass({
AsyncClient.updateLastViewedAt();
}
} else {
- console.log('hit');
AsyncClient.getChannels();
}