diff --git a/pcsx2/MMI.cpp b/pcsx2/MMI.cpp index 9b74f224a4..9342591735 100644 --- a/pcsx2/MMI.cpp +++ b/pcsx2/MMI.cpp @@ -1002,7 +1002,6 @@ void QFSRV() { // JayteeMaster: changed a bit to avoid screw up if (!_Rd_) return; u32 sa_amt = cpuRegs.sa << 3; - DevCon.Warning("QFSRV %d", sa_amt); if (sa_amt == 0) { cpuRegs.GPR.r[_Rd_].UD[0] = cpuRegs.GPR.r[_Rt_].UD[0]; cpuRegs.GPR.r[_Rd_].UD[1] = cpuRegs.GPR.r[_Rt_].UD[1];