From f35dd209745aaa09cf133c2f9adfbbcdd4b3e4f0 Mon Sep 17 00:00:00 2001 From: GreaseMonkey Date: Mon, 8 Jan 2024 10:45:13 +1300 Subject: [PATCH] unittester: Reduce spam --- src/device/unittester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/unittester.c b/src/device/unittester.c index fc864b965..1736a70d8 100644 --- a/src/device/unittester.c +++ b/src/device/unittester.c @@ -371,7 +371,7 @@ unittester_read(uint16_t port, UNUSED(void *priv)) return unittester.status; } else if (port == unittester.iobase_port+0x01) { /* Data port */ - unittester_log("[UT] R -- Data\n"); + /* unittester_log("[UT] R -- Data\n"); */ /* Skip if not awaiting */ if ((unittester.status & UT_STATUS_AWAITING_READ) == 0)