[gnome-music/wip/mschraal/core: 146/190] coresong: Remove debug print



commit 9b2095136ea190e2e5593e3f46d8d446a3c9f697
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun Jun 30 22:41:36 2019 +0200

    coresong: Remove debug print

 gnomemusic/coresong.py | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gnomemusic/coresong.py b/gnomemusic/coresong.py
index 4650d2d0..f0b4b6ef 100644
--- a/gnomemusic/coresong.py
+++ b/gnomemusic/coresong.py
@@ -32,9 +32,6 @@ class CoreSong(GObject.GObject):
 
         self.update(media)
 
-        if self.props.favorite:
-            print("favorite", self.props.title)
-
     @GObject.Property(type=bool, default=False)
     def favorite(self):
         return self._favorite


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