Skip to content

Commit

Permalink
src: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
e2dk4r committed Oct 18, 2024
1 parent 7ff7bad commit 90e239a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,6 @@ main(void)
if (!(path[0] == 'e' && path[1] == 'v' && path[2] == 'e' && path[3] == 'n' && path[4] == 't'))
continue;

if (path[5] == '2' && path[6] == '0') {
int breakHere = 32;
(void)breakHere;
}

struct op_joystick_poll stagedOp = {
.type = OP_JOYSTICK_POLL,
};
Expand Down

0 comments on commit 90e239a

Please sign in to comment.