Skip to content

Commit f943275

Browse files
committed
[ot] hw/opentitan: ot_entropy_src: remove forgotten debug trace
regression from f50046f Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 3f9e85b commit f943275

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hw/opentitan/ot_entropy_src.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,8 +1811,6 @@ static void ot_entropy_src_reset_enter(Object *obj, ResetType type)
18111811

18121812
trace_ot_entropy_src_reset(s->ot_id, "enter");
18131813

1814-
qemu_log("%s VERSION %u\n", __func__, s->version);
1815-
18161814
if (c->parent_phases.enter) {
18171815
c->parent_phases.enter(obj, type);
18181816
}

0 commit comments

Comments
 (0)