refactor: removed old TODO

This commit is contained in:
2024-05-21 22:19:10 +02:00
parent 50709a1775
commit 83fef1d4b9

View File

@@ -131,7 +131,6 @@ impl Runner {
} }
} }
Keycode::Return => { Keycode::Return => {
// TODO: Improve this
let executables_len = filtered_executables.len(); let executables_len = filtered_executables.len();
if executables_len > 0 { if executables_len > 0 {
self.input = filtered_executables self.input = filtered_executables