Skip to content

Commit

Permalink
CDVD: Remove leftover debug log
Browse files Browse the repository at this point in the history
Didn't mean to commit this.
  • Loading branch information
stenzek authored Jun 15, 2024
1 parent 4e34315 commit 707d61f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pcsx2/CDVD/CDVD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 707d61f

Please sign in to comment.