forked from qt-creator/qt-creator
Remove debugging output again
This commit is contained in:
@@ -109,7 +109,6 @@ void S60EmulatorRunConfiguration::handleParserState(bool success)
|
||||
bool enabled = isEnabled();
|
||||
m_validParse = success;
|
||||
if (enabled != isEnabled()) {
|
||||
qDebug()<<"Emitting isEnabledChanged()"<<!enabled;
|
||||
emit isEnabledChanged(!enabled);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user