Browse Source

disable unused trace

master
Igor Zhukov 8 years ago
parent
commit
9ff88ea2c5
  1. 2
      app/js/services.js

2
app/js/services.js

@ -1118,7 +1118,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -1118,7 +1118,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
if (chatFullPromises[id] !== undefined) {
return chatFullPromises[id]
}
console.trace(dT(), 'Get chat full', id, AppChatsManager.getChat(id))
// console.trace(dT(), 'Get chat full', id, AppChatsManager.getChat(id))
return chatFullPromises[id] = MtpApiManager.invokeApi('messages.getFullChat', {
chat_id: AppChatsManager.getChatInput(id)
}).then(function (result) {

Loading…
Cancel
Save