Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speechtoolbar.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-09-05 21:39:39 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-09-05 21:44:59 (GMT)
commit110324c5fc104c79c028b1bd3592332aa1300ece (patch)
tree1a511e431193ae9c4f5823f23e8284864785d773 /speechtoolbar.py
parent60f7d7d13a669234d1f46867bac01415d5de24bb (diff)
Pyflakes fixes
Diffstat (limited to 'speechtoolbar.py')
-rw-r--r--speechtoolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/speechtoolbar.py b/speechtoolbar.py
index 63acfda..9cd181e 100644
--- a/speechtoolbar.py
+++ b/speechtoolbar.py
@@ -129,7 +129,6 @@ class SpeechToolbar(Gtk.Toolbar):
f.close()
def reset_buttons_cb(self):
- logging.error('reset buttons')
self.play_btn.set_icon_name('media-playback-start')
self.stop_btn.set_sensitive(False)
self.is_paused = False