channels: rm debug output

pull/20/head
Astro 2020-10-01 02:09:43 +02:00
parent 59103cb2a1
commit 6fd5328042
1 changed files with 0 additions and 1 deletions

View File

@ -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::<ampere>(pid_output));
self.power_up(channel);