diff -r 07f35022646d -r 3dabc6424d73 xsltproc.cpp --- a/xsltproc.cpp Wed Jun 20 10:51:45 2007 +0000 +++ b/xsltproc.cpp Wed Feb 27 16:09:06 2008 +0000 @@ -68,7 +68,7 @@ args << xslFile; args << inputFile; QString com=xsltprocessor+" "+args.join(" "); - if (debug) cout <<"xsltproc executing:\n"<start(xsltprocessor,args); if (!xsltProc->waitForStarted() )