CDVD: Remove leftover debug log

Didn't mean to commit this.
This commit is contained in:
Connor McLaughlin 2024-06-16 00:06:55 +10:00 committed by GitHub
parent 4e3431585f
commit 707d61f54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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).