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); } }