summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/i2c.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/stm32/i2c.c b/chip/stm32/i2c.c
index c2acb293e7..52c72bfc6e 100644
--- a/chip/stm32/i2c.c
+++ b/chip/stm32/i2c.c
@@ -405,9 +405,6 @@ static int wait_status(int port, uint32_t mask, enum wait_t wait)
r = STM32_I2C_SR1(port);
}
- if (t2.val - t1.val > 1000)
- CPRINTF("timeout=%dus\n", (unsigned)t2.val - (unsigned)t1.val);
-
return EC_SUCCESS;
}