Browse Source

Removed debug

master
Igor Zhukov 10 years ago
parent
commit
0909e2b0a7
  1. 1
      app/js/services.js

1
app/js/services.js

@ -2331,7 +2331,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -2331,7 +2331,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
} else {
historyStorage = historiesStorage[peerID] = {count: null, history: [message.id], pending: []};
}
console.log('upd', historyStorage.history);
saveMessages([message]);

Loading…
Cancel
Save