e_comp: remove the log 96/323296/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 24 Apr 2025 10:07:19 +0000 (19:07 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 25 Apr 2025 07:25:30 +0000 (16:25 +0900)
Change-Id: I66a66673a0e8ba51f32c1ee00a5163675f1b0af8

src/bin/compmgr/e_comp.c

index d53d0485b42dbf4e30f2145a49922148d73e0623..f72c638bd8ea468a8c4221f1c24b1b784dedefc0 100644 (file)
@@ -869,7 +869,6 @@ e_comp_vis_ec_list_get(E_Zone *zone)
         if (e_client_util_ignored_get(ec)) continue;
         if (e_comp_zone_find_by_ec(ec) != zone) continue;
 
-        // check clients to skip composite
         if (!evas_object_visible_get(o)) continue;
         if (evas_object_data_get(o, "comp_skip")) continue;