diff --git a/trunk/song.py b/trunk/song.py index 70fda267..27fa4e14 100644 --- a/trunk/song.py +++ b/trunk/song.py @@ -36,7 +36,7 @@ class Song(): t = message.type if t == gst.MESSAGE_EOS: #print "End of stream" - self.prnt(["End of stream"]) + #self.prnt(["End of stream"]) if self.quit != None: self.quit("") elif t == gst.MESSAGE_ERROR: