Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -rff5d79f69db29d73a440d0ca8e6854b5837205d3 -r9944e4f766d9eb4cdf7a5ca7587e3ceca556e106 --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision ff5d79f69db29d73a440d0ca8e6854b5837205d3) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 9944e4f766d9eb4cdf7a5ca7587e3ceca556e106) @@ -940,11 +940,6 @@ syringePumpMeasHome.data = ( (F32)getFPGASyringePumpADCChannel2() * SYRINGE_PUMP_ADC_REF_V ) / SYRINGE_PUMP_ADC_FULL_SCALE_BITS; syringePumpMeasSyringeDetectionSwitch.data = ( (F32)getFPGASyringePumpADCChannel1() * SYRINGE_PUMP_ADC_REF_V ) / SYRINGE_PUMP_ADC_FULL_SCALE_BITS; - // Log syringe detect switch changes - if ( prevSyringeDetected != isSyringeDetected()) - { - sendTreatmentLogEventData( HEPARIN_PUMP_SWITCH_CHANGED_EVENT, (F32)prevSyringeDetected, (F32)isSyringeDetected()); - } #ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_SYRINGE_PUMP_ALARMS ) != SW_CONFIG_ENABLE_VALUE ) #endif