diff options
| -rw-r--r-- | src/graphicsscene.cpp | 4 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 1 | ||||
| m--------- | third_party/goodies | 0 |
3 files changed, 0 insertions, 5 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 -Subproject ffac2767127fe0bdb990187bbf9ec640e06933a +Subproject d1a0e7b239a98d835e716fa3bc7843f39dca45d |
