xfree86: remove stray debug line
This commit is contained in:
parent
729fca33a4
commit
e59aeac1ff
|
@ -789,8 +789,6 @@ xf86ReleaseKeys(DeviceIntPtr pDev)
|
||||||
xEvent ke;
|
xEvent ke;
|
||||||
int i = 0, j = 0, nevents = 0;
|
int i = 0, j = 0, nevents = 0;
|
||||||
|
|
||||||
ErrorF("releasekeys: called on device %s (%d)\n", pDev->name, pDev->id);
|
|
||||||
|
|
||||||
if (!pDev || !pDev->key)
|
if (!pDev || !pDev->key)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue