Commit ff13751c0ccc14736a1b0373a9901954cec4efbd

Authored by 김태훈
1 parent 11c6117822
Exists in master and in 2 other branches fhd, fhd-demo

디버깅 메시지 정리

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/gui/oven_control/udphandler.cpp
... ... @@ -106,8 +106,6 @@ void UdpHandler::processState(oven_state_t *state)
106 106 break;
107 107 }
108 108  
109   - qDebug() << sizeof(this->state);
110   -
111 109 if (isElectric)
112 110 {
113 111 if (memcmp(&this->state, state, 100))
... ...