diff --git a/src/core/cpu_core.cpp b/src/core/cpu_core.cpp index 924004ecf..d54674cc2 100644 --- a/src/core/cpu_core.cpp +++ b/src/core/cpu_core.cpp @@ -846,7 +846,6 @@ void Core::ExecuteInstruction() case InstructionFunct::syscall: { - Log_DebugPrintf("Syscall 0x%X(0x%X)", m_regs.s0, m_regs.a0); RaiseException(Exception::Syscall); } break;