Mior: removed debug output

This commit is contained in:
Gerhard Hoffmann 2025-08-21 13:26:11 +02:00
parent 7712803ad6
commit 927b488582

View File

@ -50,12 +50,11 @@
#define UPDATE_DOWNLOAD_JSON_START (91) #define UPDATE_DOWNLOAD_JSON_START (91)
#define UPDATE_DOWNLOAD_JSON_END (100) #define UPDATE_DOWNLOAD_JSON_END (100)
void MainWindow::onFileChanged(QString const& /*f*/) { void MainWindow::onFileChanged(QString const& /*f*/) {
static int i = 30; static int i = 30;
ui->updateProgress->setValue(++i); ui->updateProgress->setValue(++i);
qCritical() << QDateTime::currentDateTime().toString(Qt::ISODate) << "YYYYYYYYYYYYYYYYYY file changed" << i;
// TODO: daten an ISMAS senden // TODO: daten an ISMAS senden
} }