mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 08:34:01 +00:00
kdrive: drop excessive NewInputDeviceRequest debugging
This commit is contained in:
committed by
Daniel Stone
parent
4ea475924c
commit
eb7733a48a
@@ -2420,8 +2420,6 @@ NewInputDeviceRequest(InputOption *options)
|
||||
KdPointerInfo *pi = NULL;
|
||||
KdKeyboardInfo *ki = NULL;
|
||||
|
||||
ErrorF("handling NIDR\n");
|
||||
|
||||
for (option = options; option; option = option->next) {
|
||||
if (strcmp(option->key, "type") == 0) {
|
||||
if (strcmp(option->value, "pointer") == 0) {
|
||||
@@ -2481,6 +2479,4 @@ NewInputDeviceRequest(InputOption *options)
|
||||
return BadImplementation;
|
||||
}
|
||||
}
|
||||
|
||||
ErrorF("done handling NIDR\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user