ecore-wl2: Remove some debugging printouts

These prints were left over from
5b9374583e and should not have been pushed.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-03-07 08:19:26 -05:00
parent f3647f24d5
commit 927dc167ec
1 changed files with 0 additions and 4 deletions

View File

@ -881,8 +881,6 @@ ecore_wl2_window_opaque_region_set(Ecore_Wl2_Window *window, int x, int y, int w
EINA_SAFETY_ON_NULL_RETURN(window);
fprintf(stderr, "Set Opaque Region: %d %d %d %d\n", x, y, w, h);
if ((x == 0) && (y == 0) && (w == 0) && (h == 0))
{
if (window->surface)
@ -953,8 +951,6 @@ ecore_wl2_window_input_region_set(Ecore_Wl2_Window *window, int x, int y, int w,
EINA_SAFETY_ON_NULL_RETURN(window);
fprintf(stderr, "Set Input Region: %d %d %d %d\n", x, y, w, h);
if ((x == 0) && (y == 0) && (w == 0) && (h == 0))
{
if (window->surface)