1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Remove logging

This commit is contained in:
Thomas Tanghus 2012-08-02 19:01:55 +02:00
parent 73bca9b8ca
commit 5f315d9c3d

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 {