Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -rcaa8c39a7f29badacdcc7a85ecc65d86d48c5978 -r80a1b6065901ac7a9516a8be17d3db5e4e589455 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision caa8c39a7f29badacdcc7a85ecc65d86d48c5978) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 80a1b6065901ac7a9516a8be17d3db5e4e589455) @@ -272,8 +272,6 @@ sendPOSTFinalResult( TRUE ); // Request whether we are in the RO only mode from UI requestROOnlyModeStatusFromUI(); - // Request the DG institutional values from HD - sendDGInstitutionalValuesRequestToHD(); // Go to standby mode requestNewOperationMode( DG_MODE_STAN ); break;