1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contacts: Remove some logging.

This commit is contained in:
Thomas Tanghus 2012-05-03 15:54:51 +02:00
parent 6b6a2b8648
commit ffa2209b43
2 changed files with 0 additions and 3 deletions

View File

@ -154,7 +154,6 @@ Contacts={
$('#contacts_downloadcard').tipsy({gravity: 'ne'});
$('#contacts_propertymenu_button').tipsy();
$('#contacts_newcontact, #chooseaddressbook').tipsy({gravity: 'sw'});
console.log($('#contacts_newcontact').html());
},
Card:{
id:'',

View File

@ -11,7 +11,6 @@
editable: true
},
_create: function() {
//console.log('_create: ' + this.options['id']);
var self = this,
select = this.element.hide(),
selected = select.children(':selected'),
@ -112,7 +111,6 @@
$.Widget.prototype.destroy.call( this );
},
value: function(val) {
console.log('combobox.value: ' + val);
if(val != undefined) {
this.input.val(val);
} else {