diff --git a/web/react/utils/async_client.jsx b/web/react/utils/async_client.jsx index 1b71069745..5df43b5483 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, () => {