kdrive: drop excessive NewInputDeviceRequest debugging

This commit is contained in:
Daniel Stone 2006-07-26 11:28:45 +03:00 committed by Daniel Stone
parent 4ea475924c
commit eb7733a48a

View File

@ -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");
}