From 2e2b6d28cdf3110c938795f5a1d1a932f78f197b Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 10 Aug 2023 01:39:43 +0200 Subject: [PATCH] Removed excess logging in pci.c. --- src/pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pci.c b/src/pci.c index 592da0bde..9a7fb664b 100644 --- a/src/pci.c +++ b/src/pci.c @@ -673,8 +673,6 @@ pci_register_bus_slot(int bus, int card, int type, int inta, int intb, int intc, pci_card_to_slot_mapping[bus][card] = last_pci_card; pci_log("pci_register_slot(): pci_cards[%i].bus = %02X; .id = %02X\n", last_pci_card, bus, card); - pclog("pci_register_slot(): pci_cards[%i].bus = %02X; .id = %02X; %02X %02X %02X %02X\n", - last_pci_card, bus, card, inta, intb, intc, intd); if (type == PCI_CARD_NORMAL) { last_normal_pci_card++;