summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/g/i2cp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/chip/g/i2cp.c b/chip/g/i2cp.c
index 19257be813..d6b99c79a0 100644
--- a/chip/g/i2cp.c
+++ b/chip/g/i2cp.c
@@ -255,10 +255,6 @@ static void poll_read_state(void)
*/
i2cp_register_write_complete_handler(
write_complete_handler_);
-
-#ifdef CONFIG_FLASH_LOG
- flash_log_add_event(FE_TPM_I2C_ERROR, 0, NULL);
-#endif
return;
}
}