Remove outdated comment

This commit is contained in:
Jon Häggblad
2024-11-08 09:07:00 +01:00
parent 7f434b2b26
commit f4a2cec5aa
-1
View File
@@ -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,