From afc498fbfeb2b7149a0ed1f6de2c2538435944c0 Mon Sep 17 00:00:00 2001 From: mrexodia Date: Fri, 9 Sep 2016 19:11:19 +0200 Subject: [PATCH] GUI: removed debug message from LogView --- src/gui/Src/Gui/LogView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/Src/Gui/LogView.cpp b/src/gui/Src/Gui/LogView.cpp index 39788d67..9df11140 100644 --- a/src/gui/Src/Gui/LogView.cpp +++ b/src/gui/Src/Gui/LogView.cpp @@ -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") {