1
0
Fork 0

GUI: removed debug message from LogView

This commit is contained in:
mrexodia 2016-09-09 19:11:19 +02:00
parent cb021e420a
commit afc498fbfe
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ void LogView::onAnchorClicked(const QUrl & link)
else
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")
{