Index: sources/canbus/MessageBuilder.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/canbus/MessageBuilder.cpp (.../MessageBuilder.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/canbus/MessageBuilder.cpp (.../MessageBuilder.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -289,7 +289,7 @@ * \param vEnabled */ void MessageBuilder::enableConsoleOut(bool vEnabled) { - // coco begin validated: This code meant to be used only for debugging and tested manually + // disabled coco begin validated: This code meant to be used only for debugging and tested manually if (_enableConsoleOut == vEnabled) return; _enableConsoleOut = vEnabled; if (_enableConsoleOut) { @@ -443,7 +443,7 @@ return; } QByteArray view; - // coco begin validated: printPayload and specially vUseColor is for debugging purposes and has been validated manually. + // disabled coco begin validated: printPayload and specially vUseColor is for debugging purposes and has been validated manually. if (vUseColor) { QList byteList; byteList = vPayload.toHex('.').split('.');