From d41a189f9b7a04e2ef46c80c10ef2b6724802175 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sun, 25 Apr 2021 15:51:52 +0200 Subject: [PATCH] Remove flip-link again - led to weirdest errors --- src/dispatch.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dispatch.rs b/src/dispatch.rs index 3b34d57..4b4ed5d 100644 --- a/src/dispatch.rs +++ b/src/dispatch.rs @@ -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) {