summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
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));
}
);