[gnome-music/wip/mschraal/glib-logging: 10/43] artisttile: New logger
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/glib-logging: 10/43] artisttile: New logger
- Date: Sat, 1 Feb 2020 15:45:29 +0000 (UTC)
commit a45fb894881be9c059f504eeb048eaf7c6375179
Author: Marinus Schraal <mschraal gnome org>
Date: Sat Feb 1 14:46:19 2020 +0100
artisttile: New logger
gnomemusic/widgets/artisttile.py | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/gnomemusic/widgets/artisttile.py b/gnomemusic/widgets/artisttile.py
index 577349f1..0c092060 100644
--- a/gnomemusic/widgets/artisttile.py
+++ b/gnomemusic/widgets/artisttile.py
@@ -24,7 +24,6 @@
from gi.repository import GObject, Gtk
-from gnomemusic import log
from gnomemusic.coreartist import CoreArtist
@@ -46,10 +45,6 @@ class ArtistTile(Gtk.ListBoxRow):
selection_mode = GObject.Property(type=bool, default=False)
text = GObject.Property(type=str, default='')
- def __repr__(self):
- return '<ArtistTile>'
-
- @log
def __init__(self, coreartist=None):
super().__init__()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]