diff --git a/pcsx2/x86/microVU_Branch.inl b/pcsx2/x86/microVU_Branch.inl index 03b5452b88..e2e2f92c67 100644 --- a/pcsx2/x86/microVU_Branch.inl +++ b/pcsx2/x86/microVU_Branch.inl @@ -224,7 +224,6 @@ void normBranch(mV, microFlagCycles& mFC) { if(mVUlow.badBranch) DevCon.Warning("End on evil Unconditional branch! - Not implemented! - If game broken report to PCSX2 Team"); - DevCon.Warning("eBit branch"); iPC = branchAddr/4; mVUendProgram(mVU, &mFC, 1); return;