Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -r992975fb3cd56ddd7567b5e27f8bebd9b9948e9d -re41df6b9a323e27c7d779f602579bbcf457ffa6d --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision 992975fb3cd56ddd7567b5e27f8bebd9b9948e9d) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision e41df6b9a323e27c7d779f602579bbcf457ffa6d) @@ -154,7 +154,6 @@ // If the test configuration is not enabled check for the legality of the transition request newMode = MODE_TRANSITION_TABLE[ currentMode ][ newMode ]; } - // TODO a check to stop this transaction if we are not in treatment // is requested new mode valid and legal at this time? if ( newMode >= DG_MODE_NLEG )