[gnome-music/wip/mschraal/glib-logging: 40/43] artistart: New logger



commit 69a28291a184b86caced2f3fab078ca69f260692
Author: Marinus Schraal <mschraal gnome org>
Date:   Sat Feb 1 15:21:28 2020 +0100

    artistart: New logger

 gnomemusic/artistart.py | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/gnomemusic/artistart.py b/gnomemusic/artistart.py
index 08b11baa..c810198b 100644
--- a/gnomemusic/artistart.py
+++ b/gnomemusic/artistart.py
@@ -89,9 +89,6 @@ class DefaultIcon(GObject.GObject):
     _cache = {}
     _default_theme = Gtk.IconTheme.get_default()
 
-    def __repr__(self):
-        return "<DefaultIcon>"
-
     def __init__(self):
         super().__init__()
 
@@ -259,9 +256,6 @@ class ArtistCache(GObject.GObject):
 
     _log = MusicLogger()
 
-    def __repr__(self):
-        return "<ArtistCache>"
-
     def __init__(self, size, scale):
         super().__init__()
 


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