From ab6d92cf2138c86fa15aa5b6ab5c6a22260a2c22 Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Tue, 14 Jan 2025 15:37:59 -0800 Subject: [PATCH] [opentitantool] Removed debug logging left by accident Change-Id: I7a304af363e05083a78213c1697e3eded4aa665f Signed-off-by: Jes B. Klinke --- sw/host/opentitanlib/src/app/i2c.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sw/host/opentitanlib/src/app/i2c.rs b/sw/host/opentitanlib/src/app/i2c.rs index fb42f90092543..27a8565ba0e1f 100644 --- a/sw/host/opentitanlib/src/app/i2c.rs +++ b/sw/host/opentitanlib/src/app/i2c.rs @@ -131,7 +131,6 @@ impl Bus for LogicalI2cWrapper { serial_data: Option<&Rc>, gsc_ready: Option<&Rc>, ) -> 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);