Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -r0ab6eba6f5053a0c289d3eaf90d40434b204ba5f -r747c714d2b4f80b598a66326d62a179aeefda390 --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 0ab6eba6f5053a0c289d3eaf90d40434b204ba5f) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 747c714d2b4f80b598a66326d62a179aeefda390) @@ -8,7 +8,7 @@ * @file SyringePump.c * * @author (last) Sean Nash -* @date (last) 10-Oct-2023 +* @date (last) 30-Jan-2024 * * @author (original) Sean Nash * @date (original) 04-Mar-2021 @@ -1086,11 +1086,6 @@ syringePumpMeasSyringeDetectionSwitch.data = ( (F32)getFPGASyringePumpADCChannel1() * SYRINGE_PUMP_ADC_REF_V ) / SYRINGE_PUMP_ADC_FULL_SCALE_BITS; } - // Log syringe detect switch changes - if ( prevSyringeDetected != isSyringeDetected() ) - { - sendTreatmentLogEventData( SYRINGE_DETECTION_SWITCH_CHANGED_EVENT, (F32)prevSyringeDetected, (F32)isSyringeDetected() ); - } // Handle syringe detect alarm management #ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_SYRINGE_PUMP_ALARMS ) != SW_CONFIG_ENABLE_VALUE )