Project64-input: remove debug string

This commit is contained in:
zilmar 2020-07-15 21:13:53 +09:30
parent f7315801cb
commit eef13e78d3
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ void CDirectInput::GetAxis(N64CONTROLLER & Controller, BUTTONS * Keys)
case BTNTYPE_JOYSLIDER:
case BTNTYPE_JOYAXE:
l_Value = (plRawState[btnButton.Offset] - MAX_AXIS_VALUE) * -1;
OutputDebugString(stdstr_f("%d: l_Value: %d\n", i, l_Value).ToUTF16().c_str());
if (btnButton.AxisID == AI_AXE_NEGATIVE)
{