accel/tcg: Remove disabled debug in translate-all.c
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 18 Sep 2022 11:46:21 +0000 (13:46 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commitf5e80399748c735d7bddab12f734348942992276
treebd923b1b3065a9a10d045ebe6b91e06809141373
parent50d4c8c1d433ae843a6b86a65467c507095f65f1
accel/tcg: Remove disabled debug in translate-all.c

These items printf, and could be replaced with proper
tracepoints if we really cared.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c