forked from qt-creator/qt-creator
CMake: Remove debug output
Change-Id: I69e1fd6462f5b03bad8721b236529a12b48a2fc8 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user