Skip to content

Commit

Permalink
Contacts: Removed timing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghus committed Dec 29, 2012
1 parent 8b925b0 commit b43e1c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contacts/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b43e1c7

Please sign in to comment.