[sdl] remove ping printfs

This commit is contained in:
Milo Turner 2020-02-20 12:05:24 -05:00
parent 385069e0a3
commit 4d0d2507ca
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ bool ax__backend_is_shutdown(struct ax_backend* bac)
void ax__backend_wait_for_event(struct ax_backend* bac)
{
(void) bac;
printf("ping.\n");
usleep(1000 * 1000);
}