🐛 Remove piece of code used for testing

This commit is contained in:
2023-12-30 23:38:06 +01:00
parent 116bbcb247
commit 66f4ba6a7e

View File

@@ -74,7 +74,6 @@ async fn handle_controls<'a>(
}
}
}
Tasks::Test(msg) => error!("TEST {}", msg),
},
Err(err) => error!("{}", err),
}