e_comp_wl: Remove log message too noise 43/318343/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 16 Jan 2025 01:04:17 +0000 (10:04 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 16 Jan 2025 01:49:38 +0000 (10:49 +0900)
This log can be dropped because there is enough log messages in
e_client_show() and e_client hide() called after the log.

Change-Id: I91b0e6ded0644c365a2345609591666206a406dc

src/bin/server/e_comp_wl.c

index 0ff204afffdf39c2755d704ddfaa314711d23a26..8d4e085e3390b9878f97a00cda31e60fa4e0aff1 100644 (file)
@@ -2974,9 +2974,6 @@ _e_comp_wl_client_map_update(E_Client *ec)
    Eina_Bool pixmap_usable = e_pixmap_usable_get(ec->pixmap);
    Eina_Bool hide_by_request = e_client_hide_by_request_get(ec);
 
-   ELOGF("COMP", "Update map state. pixmap_usable:%d, hide_by_reuqest:%d",
-         ec, pixmap_usable, hide_by_request);
-
    if (pixmap_usable && !hide_by_request)
      e_client_show(ec);
    else