[gnome-music/wip/mschraal/core: 148/164] coresong: Remove debug print



commit 13f5c69a5ad3b14fd0a7d9466c85e4fd2f42cc9e
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]