From 23bde692fa5117fbf73cc6972ad882c0601685bd Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 8 Aug 2018 19:43:17 -0700 Subject: core: remove confusing information from debug message This always looked like a thread number and really made no sense since we had a much more informative debug message just a couple lines above. Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index d6e06aae3..822f55241 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -38,7 +38,6 @@ void DownloadThread::run() #endif qDebug() << "Starting download from " << (internalData->bluetooth_mode ? "BT" : internalData->devname); downloadTable.nr = 0; - qDebug() << "Starting the thread" << downloadTable.nr; dive_table.preexisting = dive_table.nr; Q_ASSERT(internalData->download_table != nullptr); -- cgit v1.2.3-70-g09d2