summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-13 12:03:24 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-13 12:03:24 +0800
commitc84c68db9ff0a232397595dc719f783657e05d69 (patch)
tree2eb20f76472302165bad6524951d475c68a5505b
parent9158c51ef44ad44eed063c0fb809c44be5da6392 (diff)
totem: disable some debug printfs
-rw-r--r--totem/plugin/sopcast.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/totem/plugin/sopcast.py b/totem/plugin/sopcast.py
index 8dbd82d..918795b 100644
--- a/totem/plugin/sopcast.py
+++ b/totem/plugin/sopcast.py
@@ -258,9 +258,9 @@ class Sopcast (totem.Plugin):
num = model.get_value (iter, 1)
mrl = model.get_value (iter, 2)
- print row, title, num, mrl
- channel = self.channel_guide.channels[row[0]][row[1]]
- print channel
+ #print row, title, num, mrl
+ #channel = self.channel_guide.channels[row[0]][row[1]]
+ #print channel
if hasattr(self.totem, "add_to_playlist_and_play"):
self.totem.add_to_playlist_and_play (mrl, title, False)