mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Remove logging
This commit is contained in:
parent
73bca9b8ca
commit
5f315d9c3d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user