-rw-r--r-- | kabc/vcard/VCardv.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kabc/vcard/VCardv.cpp b/kabc/vcard/VCardv.cpp index 3f0a5e5..391a69e 100644 --- a/kabc/vcard/VCardv.cpp +++ b/kabc/vcard/VCardv.cpp @@ -45,6 +45,4 @@ VCard::VCard(const VCard & x) { contentLineList_.setAutoDelete( TRUE ); - //US - qDebug("VCard::VCard"); QPtrListIterator<ContentLine> it(x.contentLineList_); @@ -65,6 +63,4 @@ VCard::VCard(const QCString & s) VCard::operator = (VCard & x) { - //US - qDebug("VCard::operator ="); if (*this == x) return *this; |