summaryrefslogtreecommitdiffstats
path: root/web/react/stores/channel_store.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-06 08:43:45 -0700
committernickago <ngonella@calpoly.edu>2015-07-06 08:43:45 -0700
commit8ac5f2233750c621099abb51006bf6fb0adbbf74 (patch)
tree8b4a32d4a997dd762701212b9170c60a1c8ac963 /web/react/stores/channel_store.jsx
parent0b71537ff0e117f6845fd9294fa9df34f483c6bb (diff)
downloadchat-8ac5f2233750c621099abb51006bf6fb0adbbf74.tar.gz
chat-8ac5f2233750c621099abb51006bf6fb0adbbf74.tar.bz2
chat-8ac5f2233750c621099abb51006bf6fb0adbbf74.zip
Typing notification disappears when message is sent
Diffstat (limited to 'web/react/stores/channel_store.jsx')
-rw-r--r--web/react/stores/channel_store.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/react/stores/channel_store.jsx b/web/react/stores/channel_store.jsx
index 3713999a6..4e52cccd3 100644
--- a/web/react/stores/channel_store.jsx
+++ b/web/react/stores/channel_store.jsx
@@ -228,8 +228,6 @@ var ChannelStore = assign({}, EventEmitter.prototype, {
ChannelStore.dispatchToken = AppDispatcher.register(function(payload) {
var action = payload.action;
- //console.log(payload);
- //console.log(action.type + " " + (action.msg ? action.msg.action : ""))
switch(action.type) {