From ccac1f9ab659934dd95cd59558c963d09a20d595 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sat, 22 Dec 2012 01:56:01 +0100 Subject: [PATCH] Contacts: Removed timing test. --- js/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/app.js b/js/app.js index b786821c..bbca80ee 100644 --- a/js/app.js +++ b/js/app.js @@ -1010,9 +1010,7 @@ OC.Contacts = OC.Contacts || { $(document).bind('status.group.groupremoved', function(e, result) { console.log('status.group.groupremoved', result); if(parseInt(result.groupid) === parseInt(self.currentgroup)) { - console.time('hiding'); self.contacts.showContacts([]); - console.timeEnd('hiding'); self.currentgroup = 'all'; } $.each(result.contacts, function(idx, contactid) {