disabled logging

This commit is contained in:
Igor Zhukov 2015-10-22 23:14:38 +02:00
parent d0b3f8be81
commit c40608e653

View File

@ -1961,7 +1961,7 @@ angular.module('myApp.services')
var splitted = splitMessageIDsByChannels(mids);
angular.forEach(splitted.msgIDs, function (msgIDs, channelID) {
console.log('increment', msgIDs, channelID);
// console.log('increment', msgIDs, channelID);
MtpApiManager.invokeApi('messages.getMessagesViews', {
peer: AppPeersManager.getInputPeerByID(-channelID),
id: msgIDs,