From c28f20ceb5a8266f398150a06159fe0c1fd4cee1 Mon Sep 17 00:00:00 2001 From: Alexander Babikov Date: Sat, 14 Nov 2020 06:27:40 +0500 Subject: [PATCH] Remove leftover logging from the VIA Apollo code. --- src/chipset/via_apollo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chipset/via_apollo.c b/src/chipset/via_apollo.c index 37e14f4cd..905316232 100644 --- a/src/chipset/via_apollo.c +++ b/src/chipset/via_apollo.c @@ -183,7 +183,6 @@ static void via_apollo_host_bridge_write(int func, int addr, uint8_t val, void *priv) { via_apollo_t *dev = (via_apollo_t *) priv; - pclog("%02x: %02x\n", addr, val); if (func) return;