Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -re7e4d0d8f84b61de25fe21ecf9aa11b2732b598d -redea658600106142cef72c6bb60825ca90c9c80b --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision e7e4d0d8f84b61de25fe21ecf9aa11b2732b598d) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision edea658600106142cef72c6bb60825ca90c9c80b) @@ -773,7 +773,7 @@ } // handle any test messages if tester has logged in successfully - if ( ( msgID > MSG_ID_FIRST_TESTER_MESSAGE ) && ( msgID <= END_OF_MSG_IDS ) /*leo-del && ( TRUE == isTestingActivated() ) */) + if ( ( msgID > MSG_ID_FIRST_TESTER_MESSAGE ) && ( msgID <= END_OF_MSG_IDS ) && ( TRUE == isTestingActivated() ) ) { switch ( msgID ) {