Index: App/Modes/ModeInitPOST.c =================================================================== diff -u -r614cd0625ac1f98edea2fe3ab2c3d0005f6fc8e0 -rc22d2ca5e7a16cc19f22789bed8020e4e85a124c --- App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 614cd0625ac1f98edea2fe3ab2c3d0005f6fc8e0) +++ App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision c22d2ca5e7a16cc19f22789bed8020e4e85a124c) @@ -93,13 +93,6 @@ { SELF_TEST_STATUS_T testStatus = SELF_TEST_STATUS_IN_PROGRESS; - // // TODO - temporary test code - remove later - BOOL stop = isStopButtonPressed(); - if ( TRUE == stop ) - { - requestNewOperationMode( MODE_STAN ); - } - // execute current POST state switch ( postState ) {