Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jun 3, 2024
1 parent 9eaccaf commit 75739c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/sensors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ impl SensorReader for RamSensorReader {
};
Ok(Some(*e))
})?;
println!("nerrors:\n{nerrors:?}");

Ok(SensorData { values: data_values, errors: nerrors })
}
Expand Down

0 comments on commit 75739c1

Please sign in to comment.