From: Thomas Tanghus Date: Tue, 14 Feb 2012 00:02:01 +0000 (+0100) Subject: Removed superfluous debug. X-Git-Tag: v4.0.0beta~71^2~5^2~4^2~2^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=07c422d81d51b476717c5e0178ddbab073466e38;p=nextcloud-server.git Removed superfluous debug. --- 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; } }