ecore-drm: Reduce debug noise

As input is sorted out here (for now), we don't need to be so noisy
and printout extra debug stuff

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-07-17 12:55:18 -04:00
parent 1eccc2824f
commit d1c583d30c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ _device_add(Ecore_Drm_Input *input, struct udev_device *device)
return EINA_FALSE;
}
DBG("Opened Restricted Input: %s %d", node, fd);
/* DBG("Opened Restricted Input: %s %d", node, fd); */
if (!(edev = _ecore_drm_evdev_device_create(seat, node, fd)))
return EINA_FALSE;