From 4d3356d74310782838afabdab3f8ad9b8656bcea Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 02 Jun 2012 12:13:09 +0000 Subject: remove some debugging messages --- 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() -- cgit v0.9.1