mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
glib.py: Remove old debugging code
This was accidentally copy/pasted from gobject.py
This commit is contained in:
parent
7e6fa556ec
commit
f15b2b3166
@ -136,10 +136,6 @@ class GHashPrinter:
|
||||
def display_hint (self):
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user