remove debug message spam
This commit is contained in:
parent
fab1284f83
commit
ac4d22628e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue