devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=829c9ffc7350eddbaf41adeb62df1a98070d6b00

commit 829c9ffc7350eddbaf41adeb62df1a98070d6b00
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed May 13 12:56:18 2015 -0400

    wl-desktop-shell: Quiet debug output
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/wl_desktop_shell/e_mod_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index be91d67..ff6a222 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -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)))

-- 


Reply via email to