[gnome-music/wip/mschraal/glib-logging: 39/43] corealbum: New logger



commit 91e050f26051cded5f3c30cdc083867032b13e5e
Author: Marinus Schraal <mschraal gnome org>
Date:   Sat Feb 1 15:20:22 2020 +0100

    corealbum: New logger

 gnomemusic/corealbum.py | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gnomemusic/corealbum.py b/gnomemusic/corealbum.py
index 9d081d63..9084cd82 100644
--- a/gnomemusic/corealbum.py
+++ b/gnomemusic/corealbum.py
@@ -41,9 +41,6 @@ class CoreAlbum(GObject.GObject):
     url = GObject.Property(type=str)
     year = GObject.Property(type=str, default="----")
 
-    def __repr__(self):
-        return "<CoreAlbum>"
-
     def __init__(self, media, coremodel):
         """Initiate the CoreAlbum object
 


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