Remove unused test_on_target event handling

This commit is contained in:
Daniel Öster 2025-01-08 19:08:49 +02:00
parent 4447014243
commit 89fc610366
2 changed files with 0 additions and 143 deletions

View file

@ -87,7 +87,6 @@ void run_event_handling(void) {
}
lastMillis = currentMillis;
run_sequence_on_target();
//check_ee_write();
update_event_level();
}