]> source.dussan.org Git - nextcloud-server.git/commitdiff
Removed superfluous debug.
authorThomas Tanghus <thomas@tanghus.net>
Tue, 14 Feb 2012 00:02:01 +0000 (01:02 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Tue, 14 Feb 2012 00:02:01 +0000 (01:02 +0100)
apps/contacts/lib/vcard.php

index a0eacd0e63b1c6dc5c041a1a216bc1757c82fc28..f10af83964c5bf7af03965bc2bfea9b1361c64f9 100644 (file)
@@ -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;
                        }
                }