[gnome-music/wip/mschraal/glib-logging: 41/65] playlisttile: New logger
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/glib-logging: 41/65] playlisttile: New logger
- Date: Sat, 1 Feb 2020 15:40:32 +0000 (UTC)
commit bd6942c122197f203c57d01127a81bcf95a90655
Author: Marinus Schraal <mschraal gnome org>
Date: Sat Feb 1 14:56:02 2020 +0100
playlisttile: New logger
gnomemusic/widgets/playlisttile.py | 5 -----
1 file changed, 5 deletions(-)
---
diff --git a/gnomemusic/widgets/playlisttile.py b/gnomemusic/widgets/playlisttile.py
index 7667bacd..9d9a6441 100644
--- a/gnomemusic/widgets/playlisttile.py
+++ b/gnomemusic/widgets/playlisttile.py
@@ -24,7 +24,6 @@
from gi.repository import GObject, Gtk
-from gnomemusic import log
from gnomemusic.grilowrappers.grltrackerplaylists import Playlist
@@ -42,10 +41,6 @@ class PlaylistTile(Gtk.ListBoxRow):
playlist = GObject.Property(type=Playlist, default=None)
text = GObject.Property(type=str, default='')
- def __repr__(self):
- return "<PlaylistTile>"
-
- @log
def __init__(self, playlist):
super().__init__()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]