From 0909e2b0a74f749bdda85f56138ec8aeeb7a6759 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 24 Mar 2015 19:25:30 +0300 Subject: [PATCH] Removed debug --- app/js/services.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/js/services.js b/app/js/services.js index f8304fd2..406c938d 100755 --- a/app/js/services.js +++ b/app/js/services.js @@ -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]);