diff --git a/Source/Core/Core/Src/ActionReplay.cpp b/Source/Core/Core/Src/ActionReplay.cpp index 5bf61b6161..3f38e39c52 100644 --- a/Source/Core/Core/Src/ActionReplay.cpp +++ b/Source/Core/Core/Src/ActionReplay.cpp @@ -138,8 +138,6 @@ void LoadActionReplayCodes(IniFile &ini, bool bForGUI) void ActionReplayRunAllActive() { - LOGV(CONSOLE, 0, "ActionReplayRunAllActive %s", code.name.c_str()); - if (Core::GetStartupParameter().bEnableCheats) { for (std::vector::iterator iter = arCodes.begin(); iter != arCodes.end(); ++iter) if (iter->active) @@ -168,9 +166,6 @@ bool RunActionReplayCode(const ARCode &arcode) { code = arcode; - LOGV(CONSOLE, 0, "RunActionReplayCode %s", code.name.c_str()); - PanicAlert("RunActionReplayCode %s", code.name.c_str()); - for (iter = code.ops.begin(); iter != code.ops.end(); ++iter) { cmd = iter->cmd_addr >> 24; // AR command