wl-desktop-shell: Quiet debug output
authorChris Michael <cp.michael@samsung.com>
Wed, 13 May 2015 16:56:18 +0000 (12:56 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 13 May 2015 18:50:40 +0000 (14:50 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_desktop_shell/e_mod_main.c

index be91d67..ff6a222 100644 (file)
@@ -618,8 +618,8 @@ _e_xdg_shell_surface_configure_send(struct wl_resource *resource, uint32_t edges
    struct wl_array states;
    uint32_t serial;
 
-   DBG("XDG_SHELL: Surface Configure Send: %d \t%d %d\tEdges: %d",
-       wl_resource_get_id(resource), width, height, edges);
+   /* DBG("XDG_SHELL: Surface Configure Send: %d \t%d %d\tEdges: %d", */
+   /*     wl_resource_get_id(resource), width, height, edges); */
 
    /* get the client for this resource */
    if (!(ec = wl_resource_get_user_data(resource)))