CMake: Remove debug output

Change-Id: I69e1fd6462f5b03bad8721b236529a12b48a2fc8
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-02-12 14:04:25 +01:00
parent b4e72c2e2b
commit 335b9644b6

View File

@@ -55,9 +55,6 @@ void CMakeParser::stdError(const QString &line)
{
QString trimmedLine = rightTrimmed(line);
if (trimmedLine.endsWith(QLatin1String("in cmake code at")))
qDebug() << "Break";
switch (m_expectTripleLineErrorData) {
case NONE:
if (trimmedLine.isEmpty() && !m_lastTask.isNull()) {