wl-desktop-shell: Quiet debug output

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-13 12:56:18 -04:00
parent ab9abcb598
commit 829c9ffc73
1 changed files with 2 additions and 2 deletions

View 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)))