remove comments

This commit is contained in:
mfahampshire
2025-01-06 19:41:01 +01:00
parent 50191cf80b
commit 3e1ea8e855
-2
View File
@@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-3.0-only
use anyhow::Result;
use clap::builder::styling::Reset;
use nym_crypto::asymmetric::ed25519;
use nym_sdk::mixnet::Recipient;
use nym_sdk::tcp_proxy;
@@ -164,7 +163,6 @@ impl NymEchoServer {
guard.disconnect().await;
} else {
error!("Failed to acquire lock to trigger shutdown");
// TODO somehow force aquire lock and kill
};
}