[gnome-music/gnome-3-14] Remove unnecessary debug print



commit f19a49b9af8883dd4100e250af541e0a00cc853b
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Fri Oct 3 12:14:00 2014 +0200

    Remove unnecessary debug print

 gnomemusic/toolbar.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index 6976828..6ef1bcb 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -139,6 +139,5 @@ class Toolbar(GObject.GObject):
             self.reset_header_title()
 
         self._search_button.set_visible(self._state != ToolbarState.SEARCH_VIEW)
-        print("Toolbar state: %s" % self._state)
         self._back_button.set_visible(not self._selectionMode and self._state != ToolbarState.MAIN)
         self.header_bar.set_show_close_button(not self._selectionMode)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]