debugger: remove some debug output

This commit is contained in:
hjk
2011-01-17 11:37:53 +01:00
parent d2a9631206
commit 50ea7ab354

View File

@@ -1070,7 +1070,6 @@ void DebuggerEngine::notifyEngineSpontaneousShutdown()
void DebuggerEngine::notifyInferiorExited()
{
qDebug() << "\nSPONTANEUOUS EXIT: " << this << d->m_state;
showMessage(_("NOTE: INFERIOR EXITED"));
d->resetLocation();
setState(InferiorExitOk);