remove trace

This commit is contained in:
Glenn Maynard
2004-04-20 04:13:23 +00:00
parent 7ffad5c4f6
commit aedc2d39e1
-1
View File
@@ -72,7 +72,6 @@ void InputFilter::ButtonPressed( DeviceInput di, bool Down )
if(m_BeingHeld[di.device][di.button] == Down)
return;
LOG->Trace( "ButtonPressed(%i,%i) %i", di.device, di.button, Down );
const bool WasBeingPressed = IsBeingPressed( di );
m_BeingHeld[di.device][di.button] = Down;