Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -rb224db3ce247a1c1cb618ec63b4a97bd359a020a -r580a23d5d8e27f8914cbbdc8d9721ef77e16621e --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision b224db3ce247a1c1cb618ec63b4a97bd359a020a) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 580a23d5d8e27f8914cbbdc8d9721ef77e16621e) @@ -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 )