diff options
Diffstat (limited to 'apps/contacts/ajax/contactdetails.php')
-rw-r--r-- | apps/contacts/ajax/contactdetails.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/contacts/ajax/contactdetails.php b/apps/contacts/ajax/contactdetails.php index 13c3f80c3b5..87c2ecbcdad 100644 --- a/apps/contacts/ajax/contactdetails.php +++ b/apps/contacts/ajax/contactdetails.php @@ -27,9 +27,6 @@ function bailOut($msg) { OC_Log::write('contacts','ajax/contactdetails.php: '.$msg, OC_Log::DEBUG); exit(); } -function debug($msg) { - OC_Log::write('contacts','ajax/contactdetails.php: '.$msg, OC_Log::DEBUG); -} // Check if we are a user OC_JSON::checkLoggedIn(); |