From b45f3a04b49120f0cc59a6a6293d252823d026cf Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 21 Nov 2023 10:08:31 +0100 Subject: [PATCH] Add debug output (for testing, and commented out) in downloadJson(). --- update.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/update.cpp b/update.cpp index 240eef8..bc644d2 100644 --- a/update.cpp +++ b/update.cpp @@ -335,11 +335,13 @@ bool Update::downloadJson(enum FileTypeJson type, QString jsFileToSendToDC) const { - Utils::printInfoMsg( - QString("UPDATING JSON-FILE=%1, TEMPLATE-INDEX=%2, JSON-TYPE=%3") - .arg(jsFileToSendToDC) - .arg(templateIdx) - .arg(jsonType(type))); + // Utils::printInfoMsg( + // QString("UPDATING JSON-FILE=%1, TEMPLATE-INDEX=%2, JSON-TYPE=%3") + // .arg(jsFileToSendToDC) + // .arg(templateIdx) + // .arg(jsonType(type))); + // + // return true; m_hw->dc_autoRequest(true); // downloading Json needs the AutoEmission flag qDebug() << "SET AUTO-REQUEST=TRUE";