Remove logging

This commit is contained in:
Thomas Tanghus 2012-08-02 19:01:55 +02:00
parent 8f3357c305
commit 40d2bb70d7
1 changed files with 0 additions and 1 deletions

View File

@ -1504,7 +1504,6 @@ OC.Contacts={
function(jsondata) {
if(jsondata.status == 'success'){
if(cb && typeof cb == 'function') {
console.log('addressbook:', jsondata.data.addressbook);
cb(jsondata.data.addressbook);
}
} else {