From 496fad9616c0ff643eb5d12b2cf80a6a42764554 Mon Sep 17 00:00:00 2001 From: Matthew Sitton Date: Tue, 15 Sep 2015 09:38:11 -0500 Subject: [PATCH] Remove debug output. --- fofix/game/guitarscene/GuitarScene.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fofix/game/guitarscene/GuitarScene.py b/fofix/game/guitarscene/GuitarScene.py index 8b7fefba7..68c35c347 100644 --- a/fofix/game/guitarscene/GuitarScene.py +++ b/fofix/game/guitarscene/GuitarScene.py @@ -4541,7 +4541,6 @@ def keyPressed(self, key, unicode, control=None, pullOff = False): num = self.getPlayerNum(control) - print key, unicode, pullOff pressed = False if self.instruments[num].isDrum and control in (self.instruments[num].keys):