mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Remove logging
This commit is contained in:
@@ -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,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user