Skip to content
Snippets Groups Projects
Commit 1fde86ec authored by Fawzi Mohamed's avatar Fawzi Mohamed
Browse files

iostool: remove debug message


Change-Id: I7c33924dbf46c77f9f384f108bc6b258f59a6d56
Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
parent 7dce4905
No related branches found
No related tags found
No related merge requests found
......@@ -907,7 +907,6 @@ GdbRunner::GdbRunner(IosTool *iosTool, int gdbFd) :
void GdbRunner::run()
{
m_iosTool->errorMsg(QString::fromLatin1("GdbRunner in thread %1").arg((quintptr)(void *)QThread::currentThread()));
{
QMutexLocker l(&m_iosTool->m_xmlMutex);
if (!m_iosTool->splitAppOutput) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment