diff options
Diffstat (limited to 'apps/contacts/js/contacts.js')
-rw-r--r-- | apps/contacts/js/contacts.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 2521a6ce843..340e43cd1c8 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -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 { |