From 9adcbe58fe4f39ab9da50f283f8003f416b8fb4d Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 2 Dec 2015 10:35:17 -0500 Subject: Remove logging --- web/react/utils/async_client.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/react') 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, () => { -- cgit v1.2.3-1-g7c22