This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch v-0.25.0
in repository enlightenment.

View the commit online.

commit 671789b5a8240ba14cfb91ff745550a00361855a
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Jun 3 11:06:28 2022 +0100

    e comp - fix noisy debug printf due to previous fix
    
    removes noise from 4c6dd08e251fed8acd423cd7c077efd22a398821
    
    @fix
---
 src/bin/e_comp_x.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index a767bb0aa..4a38f403b 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -4902,8 +4902,8 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
               */
              if (count >= 4)
                {
-                  printf("GTK-FRM: get %i %i %i %i\n",
-                         extents[0], extents[1], extents[2], extents[3]);
+//                  printf("GTK-FRM: get %i %i %i %i\n",
+//                         extents[0], extents[1], extents[2], extents[3]);
                   _e_comp_x_frame_extents_adjust
                     (ec, extents[0], extents[1], extents[2], extents[3]);
                }
@@ -4911,7 +4911,7 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
           }
         else
           {
-             printf("GTK-FRM: get fail\n");
+//             printf("GTK-FRM: get fail\n");
              _e_comp_x_frame_extents_adjust(ec, 0, 0, 0, 0);
           }
         cd->fetch_gtk_frame_extents = 0;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to