________________________________________________________________________
r420359 | aacid | 2005_05_31 23:31:11 |0200 (Tue, 31 May 2005) | 2 lines

slipped debug comment

________________________________________________________________________
Index: core/generator_pdf/generator_pdf.cpp
===================================================================
--- core/generator_pdf/generator_pdf.cpp	(revision 420358)
+++ core/generator_pdf/generator_pdf.cpp	(working copy)
@@ -1102,5 +1102,4 @@
     QCustomEvent * readyEvent = new QCustomEvent( TGE_DATAREADY_ID );
     readyEvent->setData( d->currentRequest );
     QApplication::postEvent( d->generator, readyEvent );
-    kdDebug() << "UEEEEEE GENERATED" << endl;
 }