Skip to content

Commit 322fa2b

Browse files
committed
Remove some stray logging.
1 parent db5e750 commit 322fa2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

application/input/input_sdl.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,10 @@ void InputTrackerSDL::update(InputTracker &tracker)
5151

5252
for (int i = 0; i < int(InputTracker::Joypads); i++)
5353
{
54-
LOGI("SDL polling!\n");
5554
auto *pad = pads[i];
5655
if (!pad)
5756
continue;
5857

59-
LOGI("SDL polling #2!\n");
60-
6158
static const struct
6259
{
6360
JoypadKey gkey;

0 commit comments

Comments
 (0)