Removed some debug testing code.

This commit is contained in:
skidau 2013-01-01 15:13:18 +11:00
parent 9af711b12c
commit 3fd1b4ee83

View file

@ -265,8 +265,6 @@ void CSIDevice_GCSteeringWheel::SendCommand(u32 _Cmd, u8 _Poll)
// get the correct pad number that should rumble locally when using netplay
const u8 numPAD = NetPlay_GetPadNum(ISIDevice::m_iDeviceNumber);
NOTICE_LOG(COMMON, "Type: %d Strength: %d", uType, uStrength);
if (numPAD < 4)
Pad::Motor(numPAD, uType, uStrength);