Commit ff13751c0ccc14736a1b0373a9901954cec4efbd
1 parent
11c6117822
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/udphandler.cpp
@@ -106,8 +106,6 @@ void UdpHandler::processState(oven_state_t *state) | @@ -106,8 +106,6 @@ void UdpHandler::processState(oven_state_t *state) | ||
106 | break; | 106 | break; |
107 | } | 107 | } |
108 | 108 | ||
109 | - qDebug() << sizeof(this->state); | ||
110 | - | ||
111 | if (isElectric) | 109 | if (isElectric) |
112 | { | 110 | { |
113 | if (memcmp(&this->state, state, 100)) | 111 | if (memcmp(&this->state, state, 100)) |