removed print statements

This commit is contained in:
Bryan Schumaker 2010-10-18 10:59:00 -04:00
parent 6a2ec62015
commit ff8d599008
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ def play():
def pause():
global audio
print "pausing..."
return call("PAUSE", audio.pause)
libsaria.event.invite("PREEOS", pause)

View File

@ -61,7 +61,6 @@ class InfoBar(Bar):
def change_title(self, filepath):
#id = libsaria.collection.lib_get_cur_id()
id = libsaria.collection.lib_find_id(filepath)
print id
title = lib_get_attr(id, "title")
artist = libsaria.collection.lib_get_attr(id, "artist")
self.title.set_text("%s by %s" % (title,artist))