[glib] glib.py: Remove old debugging code



commit f15b2b316662c0092f0b7cd567be29cdcacd0c71
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 26 11:36:30 2012 -0300

    glib.py: Remove old debugging code
    
    This was accidentally copy/pasted from gobject.py

 glib/glib.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/glib/glib.py b/glib/glib.py
index de763ae..64459b3 100644
--- a/glib/glib.py
+++ b/glib/glib.py
@@ -137,10 +137,6 @@ class GHashPrinter:
         return "map"
 
 def pretty_printer_lookup (val):
-    if is_g_type_instance (val):
-        return GTypePrettyPrinter (val)
-
-def pretty_printer_lookup (val):
     # None yet, want things like hash table and list
 
     type = val.type.unqualified()



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