We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0c5a3 commit 595433dCopy full SHA for 595433d
src/proxy_client.rs
@@ -32,7 +32,6 @@ struct Args {
32
33
#[tokio::main]
34
async fn main() -> Result<()> {
35
- // nym_bin_common::logging::setup_logging();
36
nym_bin_common::logging::setup_tracing_logger();
37
let args = Args::parse();
38
0 commit comments