[gtk/wip/matthiasc/shared-glyph-cache] Remove debug spew



commit 054b5216a137c4486e561ab4bbcc14c952c43d17
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 4 23:11:18 2019 +0000

    Remove debug spew

 gsk/gl/gskgltextureatlas.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gsk/gl/gskgltextureatlas.c b/gsk/gl/gskgltextureatlas.c
index 06f6fcbedc..fb27bbb7ed 100644
--- a/gsk/gl/gskgltextureatlas.c
+++ b/gsk/gl/gskgltextureatlas.c
@@ -54,7 +54,7 @@ gsk_gl_texture_atlases_unref (GskGLTextureAtlases *atlases)
   atlases->ref_count--;
 }
 
-#if 1
+#if 0
 static void
 write_atlas_to_png (GskGLTextureAtlas *atlas,
                     const char        *filename)
@@ -98,7 +98,7 @@ gsk_gl_texture_atlases_begin_frame (GskGLTextureAtlases *atlases)
        }
     }
 
-#if 1
+#if 0
   {
     static guint timestamp;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]