Remove logging

This commit is contained in:
JoramWilander
2015-12-02 10:35:17 -05:00
parent 5a34218efe
commit 9adcbe58fe

View File

@@ -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,
() => {