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

@@ -91,7 +91,6 @@ void AttachGdbAdapter::handleAttach(const GdbResponse &response)
void AttachGdbAdapter::interruptInferior()
{
debugMessage(_("TRYING TO INTERUPT INFERIOR"));
const qint64 pid = startParameters().attachPID;
if (!interruptProcess(pid))
debugMessage(_("CANNOT INTERRUPT %1").arg(pid));