From b64ffacd96f4e25d552e9dbc49c108e14a527bb6 Mon Sep 17 00:00:00 2001 From: Emmanuel Blot Date: Fri, 7 Nov 2025 18:42:55 +0100 Subject: [PATCH] [ot] hw/opentitan: ot_entropy_src: remove forgotten debug trace regression from f50046f582 Signed-off-by: Emmanuel Blot --- hw/opentitan/ot_entropy_src.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/opentitan/ot_entropy_src.c b/hw/opentitan/ot_entropy_src.c index 4571f35e763c..194c7468eed6 100644 --- a/hw/opentitan/ot_entropy_src.c +++ b/hw/opentitan/ot_entropy_src.c @@ -1811,8 +1811,6 @@ static void ot_entropy_src_reset_enter(Object *obj, ResetType type) trace_ot_entropy_src_reset(s->ot_id, "enter"); - qemu_log("%s VERSION %u\n", __func__, s->version); - if (c->parent_phases.enter) { c->parent_phases.enter(obj, type); }