Skip to content

Commit

Permalink
Remove some stray logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Oct 10, 2024
1 parent db5e750 commit 322fa2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions application/input/input_sdl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ void InputTrackerSDL::update(InputTracker &tracker)

for (int i = 0; i < int(InputTracker::Joypads); i++)
{
LOGI("SDL polling!\n");
auto *pad = pads[i];
if (!pad)
continue;

LOGI("SDL polling #2!\n");

static const struct
{
JoypadKey gkey;
Expand Down

0 comments on commit 322fa2b

Please sign in to comment.