author | zautrix <zautrix> | 2004-10-22 10:09:10 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-22 10:09:10 (UTC) |
commit | 0af0436b73d0e55d4254aad66fb41efc06d329d1 (patch) (side-by-side diff) | |
tree | 397737fa9743c8769d109aab8c6174aea5df1cdb /kabc | |
parent | a97485bb2ff1b4f274d9cf0fba9e2f122297deed (diff) | |
download | kdepimpi-0af0436b73d0e55d4254aad66fb41efc06d329d1.zip kdepimpi-0af0436b73d0e55d4254aad66fb41efc06d329d1.tar.gz kdepimpi-0af0436b73d0e55d4254aad66fb41efc06d329d1.tar.bz2 |
removed debug output
-rw-r--r-- | kabc/vcard/VCardEntity.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kabc/vcard/VCardEntity.cpp b/kabc/vcard/VCardEntity.cpp index 2a9e275..81debf4 100644 --- a/kabc/vcard/VCardEntity.cpp +++ b/kabc/vcard/VCardEntity.cpp @@ -22,6 +22,7 @@ */ #include <qregexp.h> +#include <qdatetime.h>; #include <VCardDefines.h> #include <VCardVCardEntity.h> @@ -73,7 +74,6 @@ VCardEntity::~VCardEntity() { } -#include <qdatetime.h>; void VCardEntity::_parse() { @@ -140,7 +140,7 @@ VCardEntity::_parse() i+= 11; } #endif - qDebug("***time %d found %d", tim.elapsed(), num); + //qDebug("***time %d found %d", tim.elapsed(), num); } void |