Remove end of stream message

git-svn-id: file:///home/anna/Desktop/ocarina-legacy/mithos/ocarina@10 1daee41c-8060-4895-b1f0-2197c00d777a
This commit is contained in:
bjschuma 2009-06-01 03:44:51 +00:00
parent d50b31cdef
commit ce60dbdc4f
1 changed files with 1 additions and 1 deletions

View File

@ -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: