From 90e239af327ee0413024cd91a35e43e9d308f396 Mon Sep 17 00:00:00 2001 From: e2dk4r <43293320+e2dk4r@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:01:18 +0300 Subject: [PATCH] src: remove debug code --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index a44eed9..07e03da 100644 --- a/src/main.c +++ b/src/main.c @@ -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, };