SVN commit 512520 by ingwa: Fix annoying debug output from loading a template M +1 -1 KDChartParams_io.cpp --- trunk/koffice/kchart/kdchart/KDChartParams_io.cpp #512519:512520 @@ -2222,7 +2222,7 @@ node = node.nextSibling(); } } else { - qDebug( "Unknown second-level element found: %s", tagName.latin1() ); + //qDebug( "Unknown second-level element found: %s", tagName.latin1() ); // NOTE: We do *not* 'return false' here but continue normal operation // since additional elements might have been added in future versions }