fix(UML-1622): Закомментированы лишние отладочные сообщения

This commit is contained in:
algin 2023-08-07 13:52:11 +03:00
parent dd6c6de255
commit eaca7ea5a3

View File

@ -277,8 +277,8 @@ bool EthEcat::safeop_to_op() {
ecat_timer_.Start();
}
DebugP_log((char*)"stat.state = %d, stat.fault = %d\r\n", stat.state, stat.fault);
DebugP_log((char*)"success = %d\r\n", success);
//DebugP_log((char*)"stat.state = %d, stat.fault = %d\r\n", stat.state, stat.fault);
//DebugP_log((char*)"success = %d\r\n", success);
return success;
}