ecore-drm: Reduce debug noise
authorChris Michael <cp.michael@samsung.com>
Thu, 17 Jul 2014 16:55:18 +0000 (12:55 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 17 Jul 2014 16:56:02 +0000 (12:56 -0400)
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>
src/lib/ecore_drm/ecore_drm_inputs.c

index bb7ceaf6e6e9cf02d4ac440ee853f775c30ad011..1f6c1c93575ef73168319d7b940a8c312b25f4f4 100644 (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;