1
0
Fork 0

remove debug message spam

This commit is contained in:
Torsten Dreyer 2011-01-21 20:44:35 +01:00
parent fab1284f83
commit ac4d22628e

View file

@ -311,6 +311,7 @@ void FGLinuxInputDevice::Open()
continue;
}
absinfo[i] = ai;
/*
SG_LOG( SG_INPUT, SG_INFO, "Axis #" << i <<
": value=" << ai.value <<
": minimum=" << ai.minimum <<
@ -318,6 +319,7 @@ void FGLinuxInputDevice::Open()
": fuzz=" << ai.fuzz <<
": flat=" << ai.flat <<
": resolution=" << ai.resolution );
*/
// kick an initial event
struct input_event event;