From f4a2cec5aabcaccf2d6c2f93ce764adba1b4f95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 8 Nov 2024 09:07:00 +0100 Subject: [PATCH] Remove outdated comment --- common/client-core/src/error.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/common/client-core/src/error.rs b/common/client-core/src/error.rs index 236c33b450..0cc9e04d75 100644 --- a/common/client-core/src/error.rs +++ b/common/client-core/src/error.rs @@ -220,7 +220,6 @@ pub enum ClientCoreStatusMessage { impl std::fmt::Display for ClientCoreStatusMessage { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { - // NOTE: The nym-connect frontend listens for these strings, so don't change them until we have a more robust mechanism in place match self { ClientCoreStatusMessage::GatewayIsSlow => write!( f,