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 <dirk@hohndel.org>
This commit is contained in:
parent
40ecb179a3
commit
23bde692fa
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user