diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-02-14 01:02:01 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-02-14 01:02:01 +0100 |
commit | 07c422d81d51b476717c5e0178ddbab073466e38 (patch) | |
tree | 5c20f2a697b82d7ee74f1d6ef0895a7f4d3a2ccf /apps/contacts/lib/vcard.php | |
parent | 3adaacc0ce8cbbcb070cd06fb52d98e4f590751a (diff) | |
download | nextcloud-server-07c422d81d51b476717c5e0178ddbab073466e38.tar.gz nextcloud-server-07c422d81d51b476717c5e0178ddbab073466e38.zip |
Removed superfluous debug.
Diffstat (limited to 'apps/contacts/lib/vcard.php')
-rw-r--r-- | apps/contacts/lib/vcard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/lib/vcard.php b/apps/contacts/lib/vcard.php index a0eacd0e63b..f10af83964c 100644 --- a/apps/contacts/lib/vcard.php +++ b/apps/contacts/lib/vcard.php @@ -415,7 +415,6 @@ class OC_Contacts_VCard{ } catch(Exception $e) { OC_Log::write('contacts','OC_Contacts_VCard::moveToAddressBook:, exception: '.$e->getMessage(),OC_Log::DEBUG); OC_Log::write('contacts','OC_Contacts_VCard::moveToAddressBook, id: '.$id,OC_Log::DEBUG); - OC_Log::write('contacts','SQL:'.$prep,OC_Log::DEBUG); return false; } } |