From 0b3a5cfb7809bad005b66926622a5ac47034515d Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Sun, 27 Sep 2020 11:03:52 +0200 Subject: [PATCH] thermostat: edit dlg: remove debug line --- soft/thermostat/src/edit_dlg.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/soft/thermostat/src/edit_dlg.cpp b/soft/thermostat/src/edit_dlg.cpp index 27a2342..fc47587 100644 --- a/soft/thermostat/src/edit_dlg.cpp +++ b/soft/thermostat/src/edit_dlg.cpp @@ -306,7 +306,6 @@ void EditDlg::delete_prog_clicked(void) w = item->widget(); v = w->property("idx"); if (v.isValid()) { - qDebug() << "new:" << v.toInt()-1; w->setProperty("idx", v.toInt() - 1); } }