Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Sep 15, 2015
1 parent 544a376 commit 496fad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fofix/game/guitarscene/GuitarScene.py
Expand Up @@ -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):
Expand Down

0 comments on commit 496fad9

Please sign in to comment.