mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Removes debug printf() left by somebody in 'lib/ipmi_sdr.c' and crapping all
over the regular output.
This commit is contained in:
parent
904cbebce5
commit
78d7ae8d88
@ -1170,8 +1170,6 @@ ipmi_sdr_print_sensor_full(struct ipmi_intf *intf,
|
||||
memset(desc, 0, sizeof (desc));
|
||||
snprintf(desc, (sensor->id_code & 0x1f) + 1, "%s", sensor->id_string);
|
||||
|
||||
printf("ipmi_sdr_print_sensor_full\n");
|
||||
|
||||
/* get sensor reading */
|
||||
rsp = ipmi_sdr_get_sensor_reading_ipmb(intf, sensor->keys.sensor_num,
|
||||
sensor->keys.owner_id, sensor->keys.lun, sensor->keys.channel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user