]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove logging.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 14 May 2012 15:50:24 +0000 (17:50 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 14 May 2012 15:50:24 +0000 (17:50 +0200)
apps/contacts/js/contacts.js

index a8b75fe50c8477819c9f09de91d39a3194e60bee..77c4efc9c5ed72c646a2f7d283522224273d28dc 100644 (file)
@@ -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;