remove stray printf

This commit is contained in:
Dave Murphy 2020-07-07 02:54:53 +01:00 committed by GitHub
parent 179e9a847b
commit c21700136e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,6 @@ int main(int argc, char** argv) {
// use joystick
if (event.type == SDL_JOYBUTTONDOWN) {
printf("%d\n",event.jbutton.button);
if (event.jbutton.button == JOY_UP)
if (wait > 0)
wait--;