From: Ed Page Date: Sat, 22 May 2010 15:03:50 +0000 (-0500) Subject: Removing chatty logging X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=1f67057f9d29c79057de50e65ee568475d525a5b;hp=fc543aa8cc332c7b60bd37be65a3e3006beac70e Removing chatty logging --- diff --git a/src/stream.py b/src/stream.py index e9e3fb1..d584b65 100644 --- a/src/stream.py +++ b/src/stream.py @@ -115,7 +115,6 @@ class GSTStream(gobject.GObject): return self._duration def seek_time(self, ns): - _moduleLogger.debug("Seeking to: %s", ns) self._elapsed = ns self._player.seek_simple(self._timeFormat, self._seekFlag, ns)