[template-glib] scope: remove debug code



commit f6af441b266b83657ca40b0fd715e708cba811f4
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 5 17:39:54 2022 -0700

    scope: remove debug code

 src/tmpl-scope.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/tmpl-scope.c b/src/tmpl-scope.c
index ecd1c5f..b61a088 100644
--- a/src/tmpl-scope.c
+++ b/src/tmpl-scope.c
@@ -430,8 +430,6 @@ tmpl_scope_require (TmplScope    *self,
   if (!(typelib = g_irepository_require (NULL, namespace_, version, 0, NULL)))
     return FALSE;
 
-  g_print ("Inserting %s into scope %p\n", namespace_, typelib);
-
   g_value_init (&value, TMPL_TYPE_TYPELIB);
   g_value_set_pointer (&value, typelib);
   tmpl_scope_set_value (self, namespace_, &value);


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