Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tagplay.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-06-02 12:13:09 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-06-02 12:13:09 (GMT)
commit4d3356d74310782838afabdab3f8ad9b8656bcea (patch)
treeb010cf3b7295055c06b824d55ac383d5f4c3ed95 /TurtleArt/tagplay.py
parentc74c8f22407ca7028eeb9551fa2925b75f54cac3 (diff)
remove some debugging messages
Diffstat (limited to 'TurtleArt/tagplay.py')
-rw-r--r--TurtleArt/tagplay.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArt/tagplay.py b/TurtleArt/tagplay.py
index 6f8032c..7acc249 100644
--- a/TurtleArt/tagplay.py
+++ b/TurtleArt/tagplay.py
@@ -220,8 +220,8 @@ class GstPlayer(gobject.GObject):
if old == gst.STATE_READY and new == gst.STATE_PAUSED:
self.emit('stream-info',
self.player.props.stream_info_value_array)
- else:
- logging.debug(message.type)
+ # else:
+ # logging.debug(message.type)
def _init_video_sink(self):
self.bin = gst.Bin()