summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-05-15 10:47:53 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-05-15 10:47:53 -0400
commitb5e47665bb2191e3acb2a47e440c2976f63520cd (patch)
tree8d4873106b434c1cb6e336390e7457098b985b06
parent59e2eb40f8213a283e38d05baa0d1ac2669b777e (diff)
downloadenlightenment-b5e47665bb2191e3acb2a47e440c2976f63520cd.tar.gz
stop filling logs with buffer transform/scale spam
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
-rw-r--r--src/bin/e_comp_wl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 0e032f2472..53a107f272 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1517,13 +1517,13 @@ _e_comp_wl_surface_cb_commit(struct wl_client *client EINA_UNUSED, struct wl_res
static void
_e_comp_wl_surface_cb_buffer_transform_set(struct wl_client *client EINA_UNUSED, struct wl_resource *resource EINA_UNUSED, int32_t transform EINA_UNUSED)
{
- DBG("Surface Buffer Transform: %d", wl_resource_get_id(resource));
+ /* DBG("Surface Buffer Transform: %d", wl_resource_get_id(resource)); */
}
static void
_e_comp_wl_surface_cb_buffer_scale_set(struct wl_client *client EINA_UNUSED, struct wl_resource *resource EINA_UNUSED, int32_t scale EINA_UNUSED)
{
- DBG("Surface Buffer Scale: %d", wl_resource_get_id(resource));
+ /* DBG("Surface Buffer Scale: %d", wl_resource_get_id(resource)); */
}
static const struct wl_surface_interface _e_surface_interface =