Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r474cc904efb64612f3a1214c00f1852715de6b45 -r74f1eb422951e99b1fdb85de0384c41f4e5ff6eb --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 474cc904efb64612f3a1214c00f1852715de6b45) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 74f1eb422951e99b1fdb85de0384c41f4e5ff6eb) @@ -1265,12 +1265,6 @@ { SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_LOAD_CELL_PRIMARY_BACKUP_DRIFT_OUT_OF_RANGE, loadCellCurrentDrift, loadCellPreviousDrift ) } - - // TODO remove this debug output - // Send a comma delimited debug message with drift data - U08 tempCharBuffer[ 128 ]; - sprintf( tempCharBuffer, "Rsvr,%d,LcOldDrift,%3.3f,LcNewDrift,%3.3f,Diff,%3.3f,Pri,%3.3f,Bak,%3.3f", reservoirID, loadCellPreviousDrift, loadCellCurrentDrift, driftDiff, loadCellPrimaryWeight, loadCellBackupWeight ); - broadcastData( MSG_ID_HD_DEBUG_EVENT, COMM_BUFFER_OUT_CAN_HD_BROADCAST, tempCharBuffer, strlen( tempCharBuffer ) ); }