shut up noisy logging for now

This commit is contained in:
AJ Kelly
2011-02-19 05:59:18 -06:00
parent 02a7f3d12c
commit 7666a68151
@@ -508,12 +508,12 @@ void InputHandler_DInput::UpdateBuffered( DIDevice &device, const RageTimer &tm
case DIMOFS_X:
up = MOUSE_X_LEFT; down = MOUSE_X_RIGHT;
//cursorX += l;
LOG->Trace("dwData for mouse x: %f",l);
//LOG->Trace("dwData for mouse x: %f",l);
break;
case DIMOFS_Y:
up = MOUSE_Y_UP; down = MOUSE_Y_DOWN;
//cursorY += l;
LOG->Trace("dwData for mouse y: %f",l);
//LOG->Trace("dwData for mouse y: %f",l);
break;
case DIMOFS_Z:
up = MOUSE_WHEELUP; down = MOUSE_WHEELDOWN;