[gnome-music/wip/merge: 311/343] Remove useless lines



commit 8dcf7d8f7f0502ec1ea3dbc7ed9b092629b1c0c9
Author: Manish Sinha <manishsinha ubuntu com>
Date:   Sun Jul 21 02:12:18 2013 -0700

    Remove useless lines

 gnomemusic/window.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index dcecc12..1c2043d 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -43,8 +43,6 @@ class Window(Gtk.ApplicationWindow):
         if signal != 'MediaPlayerKeyPressed':
             print('Received an unexpected signal \'%s\' from media player'.format(signal))
             return
-        type(parameters)
-        type(parameters.get_child_value(1))
         response = parameters.get_child_value(1).get_string()
         if 'Play' in response:
             self.player.PlayPause()


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