1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 03:49:52 +03:00

Remaining trace removed

This commit is contained in:
Bertrand Songis 2017-02-12 22:26:09 +01:00
parent 5d2220c842
commit 85bdca8d44

View file

@ -309,8 +309,6 @@ char * getSwitchString(char * dest, swsrc_t idx)
zchar2str(s, g_model.telemetrySensors[idx-SWSRC_FIRST_SENSOR].label, TELEM_LABEL_LEN);
}
TRACE("idx=%d LAST_TRIM=%d LAST_LS=%d ONE=%d", idx, SWSRC_LAST_TRIM, SWSRC_LAST_LOGICAL_SWITCH, SWSRC_LAST_LOGICAL_SWITCH, SWSRC_ONE);
return dest;
}