Remove logging.

remotes/origin/stable4
Thomas Tanghus 13 years ago
parent 9b3d8660eb
commit e74f4b406f
  1. 2
      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;

Loading…
Cancel
Save