From d3f97c3929c525890be9984a03464754b2daf6bc Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Tue, 6 Jan 2026 15:13:07 +0100 Subject: cleanup debug output --- src/graphicsscene.cpp | 4 ---- src/mainwindow.cpp | 1 - third_party/goodies | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/graphicsscene.cpp b/src/graphicsscene.cpp index 6850c1f..d7e0bba 100644 --- a/src/graphicsscene.cpp +++ b/src/graphicsscene.cpp @@ -565,10 +565,6 @@ void GraphicsScene::update(OpticalDesign* design) // const auto R2Mm = Rff / (ff + Kfz - KRz); const auto [R1Mm, R2Mm] = calculateDof(RMidMm); - - qDebug() << "AAAAA: update" << R1Mm << R2Mm - << design->get_sensorCellHeightUm(); - design->set_frontSharpDistanceMm(R1Mm); design->set_backSharpDistanceMm(R2Mm); const auto depthOfFieldMm = R2Mm - R1Mm; diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 464beb4..d573473 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -134,7 +134,6 @@ void MainWindow::initUi() propertySignal, label, [label, decimals, text](const auto value) { - qDebug() << "AZAZA: changed:" << text << value; label->setText(QString::number(value, 'F', decimals)); } ); diff --git a/third_party/goodies b/third_party/goodies index ffac276..d1a0e7b 160000 --- a/third_party/goodies +++ b/third_party/goodies @@ -1 +1 @@ -Subproject commit ffac2767127fe0bdb990187bbf9ec640e06933a6 +Subproject commit d1a0e7b239a98d835e716fa3bc7843f39dca45d9 -- cgit v1.2.3-70-g09d2