diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-08 15:26:54 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-08 15:26:54 +0300 |
commit | 8d8e7f8bae4099f9e90ef9aac687607dae1d32bf (patch) | |
tree | f362e12ab618637b9b5572680b0259b26d283095 /hw | |
parent | 22a836fafd39a8ef413826dc2c94bc5f96990e2d (diff) |
kdrive/input: remove excessive debugging in NIDR
Diffstat (limited to 'hw')
-rw-r--r-- | hw/kdrive/src/kinput.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index 3915436f8..cdb26b157 100644 --- a/hw/kdrive/src/kinput.c +++ b/hw/kdrive/src/kinput.c @@ -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); |