From 7cff6039df971ade22341406694d5082bcbc3998 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 30 Oct 2024 10:54:47 +0100 Subject: [PATCH] fix(coap): Remove outdated comments --- src/riot-rs-coap/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/riot-rs-coap/src/lib.rs b/src/riot-rs-coap/src/lib.rs index 0379487e1..9831f6dfe 100644 --- a/src/riot-rs-coap/src/lib.rs +++ b/src/riot-rs-coap/src/lib.rs @@ -27,9 +27,6 @@ static CLIENT: OnceLock< SendCell>, > = OnceLock::new(); -// FIXME: log_stdout is not something we want to have here -// FIXME: I'd rather have the client_out available anywhere, but at least the way CoAPRuntimeClient -// is set up right now, server and client have to run in the same thread. /// Run a CoAP server with the given handler on the system's CoAP transports. /// /// As the CoAP stack gets ready, it also unblocks [`coap_client`].