From: <dhu...@us...> - 2007-02-15 09:21:50
|
Revision: 328 http://svn.sourceforge.net/qcell/?rev=328&view=rev Author: dhubleizh Date: 2007-02-15 01:21:49 -0800 (Thu, 15 Feb 2007) Log Message: ----------- - REAKParserPlugin doesn't show debug anymore Modified Paths: -------------- trunk/qcell/parsers/REAK/REAKParserPlugin.cpp Modified: trunk/qcell/parsers/REAK/REAKParserPlugin.cpp =================================================================== --- trunk/qcell/parsers/REAK/REAKParserPlugin.cpp 2007-02-15 09:12:09 UTC (rev 327) +++ trunk/qcell/parsers/REAK/REAKParserPlugin.cpp 2007-02-15 09:21:49 UTC (rev 328) @@ -236,10 +236,10 @@ { i.next(); lf.setFunctionValue(i.key(), i.value()); - qDebug() << i.key() << " : " << i.value(); +// qDebug() << i.key() << " : " << i.value(); } - qDebug(lf.toXmlString().toAscii()); +// qDebug(lf.toXmlString().toAscii()); return lf.toXmlString(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |