Browse Source

disabled logging

master
Igor Zhukov 9 years ago
parent
commit
c40608e653
  1. 2
      app/js/messages_manager.js

2
app/js/messages_manager.js

@ -1961,7 +1961,7 @@ angular.module('myApp.services') @@ -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,

Loading…
Cancel
Save