summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-12-02 10:35:17 -0500
committerJoramWilander <jwawilander@gmail.com>2015-12-02 10:35:17 -0500
commit9adcbe58fe4f39ab9da50f283f8003f416b8fb4d (patch)
tree35e0f2921b1fb668a9dde53e7b0a380b5c7eb699 /web/react
parent5a34218efeda55ce92d2477275021aaf513c516b (diff)
downloadchat-9adcbe58fe4f39ab9da50f283f8003f416b8fb4d.tar.gz
chat-9adcbe58fe4f39ab9da50f283f8003f416b8fb4d.tar.bz2
chat-9adcbe58fe4f39ab9da50f283f8003f416b8fb4d.zip
Remove logging
Diffstat (limited to 'web/react')
-rw-r--r--web/react/utils/async_client.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx
index 1b7106974..5df43b548 100644
--- a/web/react/utils/async_client.jsx
+++ b/web/react/utils/async_client.jsx
@@ -113,7 +113,6 @@ export function updateLastViewedAt(id) {
} else {
channelId = ChannelStore.getCurrentId();
}
- console.log('start ' + channelId);
if (channelId == null) {
return;
@@ -124,7 +123,6 @@ export function updateLastViewedAt(id) {
}
callTracker[`updateLastViewed${channelId}`] = utils.getTimestamp();
- console.log('call ' + channelId);
client.updateLastViewedAt(
channelId,
() => {