mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 18:31:16 -04:00
Remove logging
This commit is contained in:
parent
8f3357c305
commit
40d2bb70d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue