Commit 11d1a12029330435e0b801f1a8e025eb904faf79
1 parent
27843914bd
Exists in
master
and in
2 other branches
디버깅 메시지 정리
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/gui/oven_control/programmingmanualwindow.cpp
... | ... | @@ -336,8 +336,6 @@ void ProgrammingManualWindow::updateView() |
336 | 336 | ui->tempButton->setChecked(focused == ui->tempSlider); |
337 | 337 | ui->timeButton->setChecked(focused == ui->timeSlider); |
338 | 338 | ui->interTempButton->setChecked(focused == ui->interTempSlider); |
339 | - | |
340 | - qDebug() << "up" << focused; | |
341 | 339 | } |
342 | 340 | |
343 | 341 | void ProgrammingManualWindow::updateHumidityLabel() | ... | ... |