Remove logging
Этот коммит содержится в:
@@ -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,
|
||||||
() => {
|
() => {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user