From f4149cef5f3be19d64c9c53130a62de0ec28ee44 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Thu, 19 Aug 2004 23:30:02 +0000 Subject: removed debugoutput --- (limited to 'kabc/vcard') 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 @@ -44,8 +44,6 @@ VCard::VCard(const VCard & x) group_(x.group_) { contentLineList_.setAutoDelete( TRUE ); - //US - qDebug("VCard::VCard"); QPtrListIterator it(x.contentLineList_); for (; it.current(); ++it) { @@ -64,8 +62,6 @@ VCard::VCard(const QCString & s) VCard & VCard::operator = (VCard & x) { - //US - qDebug("VCard::operator ="); if (*this == x) return *this; group_ = x.group(); -- cgit v0.9.0.2