remove debug noise in comp_wl_data
authorChris Michael <cp.michael@samsung.com>
Tue, 14 Oct 2014 21:29:25 +0000 (17:29 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 30 Oct 2014 14:39:06 +0000 (10:39 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl_data.c

index bccfdb5..f247a23 100644 (file)
@@ -393,7 +393,7 @@ _e_comp_wl_data_manager_cb_device_get(struct wl_client *client, struct wl_resour
    E_Comp_Data *cdata;
    struct wl_resource *res;
 
-   DBG("Data Manager Device Get");
+   /* DBG("Data Manager Device Get"); */
 
    /* try to get the compositor data */
    if (!(cdata = wl_resource_get_user_data(seat_resource))) return;