Skip to content

Commit

Permalink
controller: Remove excessive keyboard poll debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Feb 5, 2025
1 parent 0225fcc commit ce816b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ static inline void keyboard_cmd(controller *ctrl, int action, ctrl_event **ev) {
}

int keyboard_poll(controller *ctrl, ctrl_event **ev) {
DEBUG("keyboard poll");
keyboard *k = ctrl->data;
ctrl->current = 0;
const unsigned char *state = SDL_GetKeyboardState(NULL);
Expand Down

0 comments on commit ce816b6

Please sign in to comment.