Browse Source

thermostat: edit dlg: remove debug line

master
Richard Genoud 4 years ago
parent
commit
0b3a5cfb78
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      soft/thermostat/src/edit_dlg.cpp

+ 0
- 1
soft/thermostat/src/edit_dlg.cpp View File

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


Loading…
Cancel
Save