less noise

This commit is contained in:
Oswald Buddenhagen
2009-10-28 20:03:33 +01:00
parent 0c0925b69c
commit 954b2b1786
3 changed files with 0 additions and 3 deletions

View File

@@ -132,7 +132,6 @@ void PlainGdbAdapter::handleExecRun(const GdbResponse &response)
void PlainGdbAdapter::interruptInferior()
{
debugMessage(_("TRYING TO INTERUPT INFERIOR"));
const qint64 attachedPID = m_engine->inferiorPid();
if (attachedPID <= 0) {
debugMessage(_("TRYING TO INTERRUPT INFERIOR BEFORE PID WAS OBTAINED"));