GUI: removed debug message from LogView
This commit is contained in:
parent
cb021e420a
commit
afc498fbfe
|
@ -168,8 +168,6 @@ void LogView::onAnchorClicked(const QUrl & link)
|
||||||
else
|
else
|
||||||
DbgCmdExec(QString("dump %1").arg(link.fragment()).toUtf8().constData());
|
DbgCmdExec(QString("dump %1").arg(link.fragment()).toUtf8().constData());
|
||||||
}
|
}
|
||||||
else
|
|
||||||
SimpleErrorBox(this, "1", QString("disasm %1").arg(link.fragment()) + link.toDisplayString());
|
|
||||||
}
|
}
|
||||||
else if(link.path() == "/address32")
|
else if(link.path() == "/address32")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue