Remove flip-link again - led to weirdest errors

This commit is contained in:
Nicolas Stalder
2021-04-25 16:31:25 +02:00
committed by Nicolas Stalder
parent 90502f7ec7
commit d41a189f9b
-1
View File
@@ -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) {