Remove debug output

This commit is contained in:
con
2010-11-11 14:40:59 +01:00
parent 965ce7abf0
commit 51ae5f6306

View File

@@ -207,7 +207,6 @@ ExternalTool * ExternalTool::createFromXml(const QString &xml, QString *errorMes
if (reader.hasError()) {
if (errorMessage)
*errorMessage = reader.errorString();
qDebug() << reader.errorString();
delete tool;
return 0;
}