From 0b0e8167f48a0929a101a254e1bcc87ff835efc4 Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Sat, 12 Feb 2005 09:45:13 +0000 Subject: [PATCH] Don't flood kmail's debug output with this. svn path=/trunk/kdepim/; revision=388602 --- kmmessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmmessage.cpp b/kmmessage.cpp index 4d9b95e89..96ec827fe 100644 --- a/kmmessage.cpp +++ b/kmmessage.cpp @@ -4023,7 +4023,7 @@ void KMMessage::updateAttachmentState( DwBodyPart* part ) if ( !part ) { - kdDebug(5006) << "updateAttachmentState - no part!" << endl; + // kdDebug(5006) << "updateAttachmentState - no part!" << endl; setStatus( KMMsgStatusHasNoAttach ); return; }