Skip to content

Commit

Permalink
[opentitantool] Removed debug logging left by accident
Browse files Browse the repository at this point in the history
Change-Id: I7a304af363e05083a78213c1697e3eded4aa665f
Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed Feb 14, 2025
1 parent bf1bc46 commit ab6d92c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sw/host/opentitanlib/src/app/i2c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ impl Bus for LogicalI2cWrapper {
serial_data: Option<&Rc<dyn GpioPin>>,
gsc_ready: Option<&Rc<dyn GpioPin>>,
) -> Result<()> {
log::error!("LogicalI2cWrapper::set_pins()");
let mut inner = self.inner.borrow_mut();
if serial_clock.is_some() {
inner.serial_clock = serial_clock.map(Rc::clone);
Expand Down

0 comments on commit ab6d92c

Please sign in to comment.