diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-14 17:50:24 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-14 17:50:24 +0200 |
commit | e74f4b406f23b5e0d20c0b9d462872a1ceb82424 (patch) | |
tree | c893f62ff3e4d67509175847b01240eb6b2c0af2 | |
parent | 9b3d8660eb124995bb7414d2b09cb564eae95734 (diff) | |
download | nextcloud-server-e74f4b406f23b5e0d20c0b9d462872a1ceb82424.tar.gz nextcloud-server-e74f4b406f23b5e0d20c0b9d462872a1ceb82424.zip |
Remove logging.
-rw-r--r-- | apps/contacts/js/contacts.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index a8b75fe50c8..77c4efc9c5e 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -238,7 +238,6 @@ Contacts={ } else { newid = id; } - console.log('update newid: ' + newid); var localLoadContact = function(id) { if($('#contacts li').length > 0) { $('#leftcontent li[data-id="'+newid+'"]').addClass('active'); @@ -367,7 +366,6 @@ Contacts={ if(newlistitem != undefined) { newid = newlistitem.data('id'); } - console.log('newid: ' + newid); $('#rightcontent').data('id',newid); this.id = this.fn = this.fullname = this.shortname = this.famname = this.givname = this.addname = this.honpre = this.honsuf = ''; this.data = undefined; |