mirror of
https://github.com/trussed-dev/ctaphid-dispatch.git
synced 2026-06-20 04:16:18 -07:00
Remove flip-link again - led to weirdest errors
This commit is contained in:
committed by
Nicolas Stalder
parent
90502f7ec7
commit
d41a189f9b
@@ -72,7 +72,6 @@ impl Dispatch {
|
||||
) -> bool {
|
||||
let maybe_request = self.responder.take_request();
|
||||
if let Some((command, message)) = maybe_request {
|
||||
let command = *command;
|
||||
info_now!("cmd: {}", u8::from(command));
|
||||
|
||||
if let Some(app) = Self::find_app(command, apps) {
|
||||
|
||||
Reference in New Issue
Block a user