diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphicsscene.cpp | 4 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 1 |
2 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)); } ); |
