diff --git a/app/gui/oven_control/udphandler.cpp b/app/gui/oven_control/udphandler.cpp
index 11d664c..385894b 100644
--- a/app/gui/oven_control/udphandler.cpp
+++ b/app/gui/oven_control/udphandler.cpp
@@ -106,8 +106,6 @@ void UdpHandler::processState(oven_state_t *state)
         break;
     }
 
-    qDebug() << sizeof(this->state);
-    
     if (isElectric)
     {
         if (memcmp(&this->state, state, 100))