From 707d61f54d9a3b4b3295bdaa641fab9ad3003080 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 16 Jun 2024 00:06:55 +1000 Subject: [PATCH] CDVD: Remove leftover debug log Didn't mean to commit this. --- pcsx2/CDVD/CDVD.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcsx2/CDVD/CDVD.cpp b/pcsx2/CDVD/CDVD.cpp index fe99ef6e73132..b1c2d14ffe5cc 100644 --- a/pcsx2/CDVD/CDVD.cpp +++ b/pcsx2/CDVD/CDVD.cpp @@ -339,7 +339,6 @@ s32 cdvdReadConfig(u8* config) default: { cdvdReadNVM(config, nvmLayout->config1 + (cdvd.CBlockIndex * 16), 16); - DEV_LOG("CONF1: {:02X} {:02X} {:02X} {:02X} {:02X} {:02X}", config[0], config[1], config[2], config[3], config[4], config[5]); if (cdvd.CBlockIndex == 1 && (NoOSD || VMManager::Internal::WasFastBooted())) { // HACK: Set the "initialized" flag when fast booting, otherwise some games crash (e.g. Jak 1).