xfree86: remove stray debug line

This commit is contained in:
Daniel Stone 2006-12-06 23:44:06 +02:00 committed by Daniel Stone
parent 729fca33a4
commit e59aeac1ff

View File

@ -789,8 +789,6 @@ xf86ReleaseKeys(DeviceIntPtr pDev)
xEvent ke;
int i = 0, j = 0, nevents = 0;
ErrorF("releasekeys: called on device %s (%d)\n", pDev->name, pDev->id);
if (!pDev || !pDev->key)
return;