From 6fe04d05fd9505e8f0ad2dd57dc9e8e972c749c4 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Fri, 25 Nov 2016 22:06:14 +0100 Subject: [PATCH] Removes debug logging --- app/util/UnreadCounter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/util/UnreadCounter.js b/app/util/UnreadCounter.js index d6f98fca..46617b0f 100644 --- a/app/util/UnreadCounter.js +++ b/app/util/UnreadCounter.js @@ -49,7 +49,6 @@ Ext.define('Rambox.util.UnreadCounter', { this.setUnreadCountForService = function(id, unreadCount) { unreadCount = parseInt(unreadCount, 10); - console.log('Rambox.util.UnreadCounter#setUnreadCountForService(' + id + ', ' + unreadCount + ')'); if (unreadCountByService.has(id)) { totalUnreadCount -= unreadCountByService.get(id); }