diff --git a/src/channels.rs b/src/channels.rs index d1bb531..bc5d99f 100644 --- a/src/channels.rs +++ b/src/channels.rs @@ -77,7 +77,6 @@ impl Channels { state.update(instant, data); match state.update_pid() { Some(pid_output) if state.pid_engaged => { - log::info!("PID: {:.3} A", pid_output); // Forward PID output to i_set DAC self.set_i(channel.into(), ElectricCurrent::new::(pid_output)); self.power_up(channel);