Remove debugging output again

This commit is contained in:
dt
2010-12-09 20:08:53 +01:00
parent f5d68d9c54
commit 610023f893
2 changed files with 0 additions and 2 deletions

View File

@@ -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);
}
}