From f266d02a3ee9d0d7a0d701a1d7d790ab791ec515 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 27 Nov 2011 17:03:22 +0100 Subject: [PATCH] commented out debug msg --- Mailnag/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailnag/common/utils.py b/Mailnag/common/utils.py index 51f56b6..9a54f7a 100644 --- a/Mailnag/common/utils.py +++ b/Mailnag/common/utils.py @@ -76,7 +76,7 @@ class _GstPlayThread(threading.Thread): def run(self): def on_eos(bus, msg): - print "EOS" # debug +# print "EOS" # debug self.ply.set_state(Gst.State.NULL) return True