mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +02:00
glib.py: Remove old debugging code
This was accidentally copy/pasted from gobject.py
This commit is contained in:
@@ -136,10 +136,6 @@ class GHashPrinter:
|
|||||||
def display_hint (self):
|
def display_hint (self):
|
||||||
return "map"
|
return "map"
|
||||||
|
|
||||||
def pretty_printer_lookup (val):
|
|
||||||
if is_g_type_instance (val):
|
|
||||||
return GTypePrettyPrinter (val)
|
|
||||||
|
|
||||||
def pretty_printer_lookup (val):
|
def pretty_printer_lookup (val):
|
||||||
# None yet, want things like hash table and list
|
# None yet, want things like hash table and list
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user