remove debug line

This commit is contained in:
Frank DeMarco 2018-03-09 04:08:09 -05:00
parent 01544fb5cf
commit 1b2878e2a3
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ class Input(GameChild):
if command is not None:
delay = self.get_configuration("joy", "delay-axis")
secs = get_secs()
print get_secs(), self.last_command_post_time
if not delay or secs - self.last_command_post_time > delay:
self.post_command(command)
if command not in self.any_press_ignored: