[gtk/wip/chergert/glproto: 621/920] remove debug code
- From: Christian Hergert <chergert src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk/wip/chergert/glproto: 621/920] remove debug code
 
- Date: Mon,  8 Feb 2021 19:15:32 +0000 (UTC)
 
commit 10630808e2492228a45716d68ffb1d3b08ac723d
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jan 1 21:48:52 2021 -0800
    remove debug code
 gsk/next/gskgluniformstate.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gsk/next/gskgluniformstate.c b/gsk/next/gskgluniformstate.c
index 1328402c77..ffa7eac504 100644
--- a/gsk/next/gskgluniformstate.c
+++ b/gsk/next/gskgluniformstate.c
@@ -500,11 +500,8 @@ gsk_gl_uniform_state_set_matrix (GskGLUniformState       *state,
   g_assert (program > 0);
   g_assert (matrix != NULL);
 
-  g_print ("Set matrix: %u %u\n", program, location);
-
   if ((u = get_uniform (state, program, GSK_GL_UNIFORM_FORMAT_MATRIX, 1, location, &info)))
     {
-      g_print ("  initial = %d\n", info->initial);
       if (!info->initial)
         {
           if (graphene_matrix_equal_fast (u, matrix) ||
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]