e_comp_screen: remove debugging log 60/128560/1
authorBoram Park <boram1288.park@samsung.com>
Wed, 10 May 2017 10:22:58 +0000 (19:22 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 10 May 2017 10:23:52 +0000 (19:23 +0900)
Change-Id: I091dd370094a1a3a1cd18b3265a28b9a8f9b8647

src/bin/e_comp_screen.c

index 01f0f31b4264088569a51bf0abd47da18e9eeef2..6b14b0248a737fad8f9bc6119d476c5f70b88010 100644 (file)
@@ -29,7 +29,6 @@ _tz_surface_rotation_find(E_Client *ec)
         if (tzsr->ec == ec)
           return tzsr;
      }
-   ELOGF("COMP", "|not found", NULL, ec);
 
    return NULL;
 }
@@ -1286,8 +1285,6 @@ e_comp_screen_rotation_ignore_output_transform_send(E_Client *ec, Eina_Bool igno
 {
    E_Comp_Screen_Tzsr *tzsr = _tz_surface_rotation_find(ec);
 
-   ELOGF("COMP", "|tzsr(%p) ignore(%d)", NULL, ec, tzsr, ignore);
-
    if (!tzsr) return;
 
    ELOGF("COMP", "|tzsr(%p) ignore(%d)", NULL, ec, tzsr, ignore);