Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r31900229872819144c2d0a05f90e5794649bf80f -rbbe4d17a7749c57c8ffe96df74a6c079028b0111 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 31900229872819144c2d0a05f90e5794649bf80f) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision bbe4d17a7749c57c8ffe96df74a6c079028b0111) @@ -1507,15 +1507,6 @@ } else { -#ifndef _RELEASE_ - if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_AIR_PUMP ) ) || // if no air pump, now we can allow fills to start - ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_DRY_SELF_TESTS ) ) ) // OR if Dry tests disabled - { - signalAllowDGFlushFills(); - signalAllowDGFillRes1(); - signalAllowDGFillRes2(); - } -#endif state = DRY_SELF_TESTS_COMPLETE_STATE; }