kdrive/input: remove excessive debugging in NIDR

This commit is contained in:
Daniel Stone 2006-10-08 15:26:54 +03:00 committed by Daniel Stone
parent 22a836fafd
commit 8d8e7f8bae

View File

@ -2362,7 +2362,6 @@ NewInputDeviceRequest(InputOption *options)
}
for (option = options; option; option = option->next) {
ErrorF("option '%s': '%s'\n", option->key, option->value);
if (strcmp(option->key, "driver") == 0) {
if (pi) {
pi->driver = KdFindPointerDriver(option->value);