[rhythmbox] context: remove unnecessary debug prints
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] context: remove unnecessary debug prints
- Date: Sun, 21 Apr 2013 08:45:02 +0000 (UTC)
commit e6ee47526346c579d2edd2693c129f02e9c2d599
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Apr 21 09:35:06 2013 +1000
context: remove unnecessary debug prints
plugins/context/AlbumTab.py | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/plugins/context/AlbumTab.py b/plugins/context/AlbumTab.py
index f0212b3..653b931 100644
--- a/plugins/context/AlbumTab.py
+++ b/plugins/context/AlbumTab.py
@@ -204,7 +204,6 @@ class AlbumDataSource (GObject.GObject):
self.albums.append({'title': a.get('name'), 'images': images[:3]})
self.fetch_album_info(artist, a.get('name'), i)
- print(self.albums)
return True
def get_top_albums (self):
@@ -234,10 +233,8 @@ class AlbumDataSource (GObject.GObject):
duration = int(t['duration'])
tracklist.append((i, title, duration))
- print(tracklist)
self.albums[index]['tracklist'] = tracklist
self.albums[index]['duration'] = sum([t[2] for t in tracklist])
- print("duration: %s" % self.albums[index]['duration'])
except Exception as e:
print("Error parsing album tracklist: %s" % e)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]