removed commented out logging setup command

This commit is contained in:
mfahampshire
2023-07-20 18:24:48 +02:00
parent f02dd3ffe0
commit 00d0e9cb2c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ struct SendTx {
#[tokio::main]
async fn main() -> anyhow::Result<()> {
// setup_logging();
let cli = Cli::parse();
let mut client = create_client("/tmp/cosmos-broadcaster-mixnet-client-5".into()).await;
let our_address = client.nym_address();
@@ -7,7 +7,6 @@ use rust_cosmos_broadcaster::{
#[tokio::main]
async fn main() -> anyhow::Result<()> {
// setup_logging();
let mut client = create_client("/tmp/cosmos-broadcaster-mixnet-server-3".into()).await;
let our_address = client.nym_address();
println!("\nservice's nym address: {our_address}");