From: SooChan Lim Date: Thu, 24 Apr 2025 10:07:19 +0000 (+0900) Subject: e_comp: remove the log X-Git-Tag: accepted/tizen/unified/20250429.071401~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F323296%2F1;p=platform%2Fupstream%2Fenlightenment.git e_comp: remove the log Change-Id: I66a66673a0e8ba51f32c1ee00a5163675f1b0af8 --- diff --git a/src/bin/compmgr/e_comp.c b/src/bin/compmgr/e_comp.c index d53d0485b4..f72c638bd8 100644 --- a/src/bin/compmgr/e_comp.c +++ b/src/bin/compmgr/e_comp.c @@ -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;