Index: firmware/App/Controllers/Pressures.c =================================================================== diff -u -r484b185f0cf4b2ea0ba9de331573952b1b5124b4 -r94b2082ddcec6ccb947e67714dc85ae005a2c7b6 --- firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision 484b185f0cf4b2ea0ba9de331573952b1b5124b4) +++ firmware/App/Controllers/Pressures.c (.../Pressures.c) (revision 94b2082ddcec6ccb947e67714dc85ae005a2c7b6) @@ -314,19 +314,6 @@ broadcastPressureSensorsData( roIn, roOut, drainIn, drainOut ); pressuresDataPublicationTimerCounter = 0; -#ifdef DEBUG_ENABLED -#ifdef PRESSURES_DEBUG -{ - // TODO - temporary debug code - remove later - F32 lc1 = getLoadCellFilteredWeight(LOAD_CELL_RESERVOIR_1_PRIMARY); - F32 lc2 = getLoadCellFilteredWeight(LOAD_CELL_B1); - char debugPresStr[ 256 ]; - - sprintf( debugPresStr, "RO: %5d, %5d, Drain: %5d, %5d, Loads: %6d, %6d\n", (S32)roIn, (S32)roOut, (S32)drainIn, (S32)drainOut, (S32)lc1, (S32)lc2 ); - sendDebugData( (U08*)debugPresStr, strlen(debugPresStr) ); -} -#endif -#endif } }