Этот коммит содержится в:
JoramWilander
2015-12-02 10:35:17 -05:00
родитель 5a34218efe
Коммит 9adcbe58fe

Просмотреть файл

@@ -113,7 +113,6 @@ export function updateLastViewedAt(id) {
} else { } else {
channelId = ChannelStore.getCurrentId(); channelId = ChannelStore.getCurrentId();
} }
console.log('start ' + channelId);
if (channelId == null) { if (channelId == null) {
return; return;
@@ -124,7 +123,6 @@ export function updateLastViewedAt(id) {
} }
callTracker[`updateLastViewed${channelId}`] = utils.getTimestamp(); callTracker[`updateLastViewed${channelId}`] = utils.getTimestamp();
console.log('call ' + channelId);
client.updateLastViewedAt( client.updateLastViewedAt(
channelId, channelId,
() => { () => {