devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a96266c42272bd6b8d3a27d7fdd7575199772c85

commit a96266c42272bd6b8d3a27d7fdd7575199772c85
Author: Chris Michael <[email protected]>
Date:   Mon May 9 11:05:21 2016 -0400

    elput: Remove erroneous debug print out
    
    NB: No functional changes, just cleanup of extra debug message and
    commented out codeblock
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/elput/elput_input.c  | 6 ------
 src/lib/elput/elput_logind.c | 2 --
 2 files changed, 8 deletions(-)

diff --git a/src/lib/elput/elput_input.c b/src/lib/elput/elput_input.c
index d50b023..8a15694 100644
--- a/src/lib/elput/elput_input.c
+++ b/src/lib/elput/elput_input.c
@@ -137,18 +137,12 @@ _device_add(Elput_Manager *em, struct libinput_device 
*dev)
 static void
 _device_remove(Elput_Manager *em EINA_UNUSED, struct libinput_device *device)
 {
-   /* Elput_Seat *eseat; */
    Elput_Device *edev;
 
    edev = libinput_device_get_user_data(device);
    if (!edev) return;
 
-   /* eseat = _udev_seat_get(em, device); */
-   /* if (eseat) */
-   /*   eseat->devices = eina_list_remove(eseat->devices, edev); */
-
    _device_event_send(edev, ELPUT_DEVICE_REMOVED);
-   /* _evdev_device_destroy(edev); */
 }
 
 static int
diff --git a/src/lib/elput/elput_logind.c b/src/lib/elput/elput_logind.c
index aedcd79..123861a 100644
--- a/src/lib/elput/elput_logind.c
+++ b/src/lib/elput/elput_logind.c
@@ -140,8 +140,6 @@ _cb_property_changed(void *data, Eldbus_Proxy *proxy 
EINA_UNUSED, void *event)
    em = data;
    ev = event;
 
-   DBG("DBus Property Changed: %s", ev->name);
-
    if (!strcmp(ev->name, "Active"))
      {
         eina_value_get(ev->value, &active);

-- 


Reply via email to