[gnome-music/wip/mschraal/glib-logging: 7/65] player: Remove debug print
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/glib-logging: 7/65] player: Remove debug print
- Date: Sat, 1 Feb 2020 15:37:40 +0000 (UTC)
commit ef57552065305979bcabbae9540ba962a07d5d5e
Author: Marinus Schraal <mschraal gnome org>
Date: Mon Jan 27 17:30:46 2020 +0100
player: Remove debug print
gnomemusic/player.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index a2af87e9..64d38680 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -219,7 +219,6 @@ class PlayerPlaylist(GObject.GObject):
for idx, coresong in enumerate(self._model):
if coresong.props.state == SongWidget.State.PLAYING:
- print("position", idx)
self._position = idx
return coresong
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]