From da1677f4557052754145d6eeef6e91812d9dac55 Mon Sep 17 00:00:00 2001 From: famfo Date: Thu, 6 Jan 2022 23:51:02 +0100 Subject: [PATCH] Removed logging --- examples/debugging/Cargo.lock | 2 +- src/lib.rs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/debugging/Cargo.lock b/examples/debugging/Cargo.lock index d9d9d1e..1f80661 100644 --- a/examples/debugging/Cargo.lock +++ b/examples/debugging/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "async-circe" -version = "0.2.0" +version = "0.2.3" dependencies = [ "native-tls", "tokio", diff --git a/src/lib.rs b/src/lib.rs index a758698..09a7be3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -188,8 +188,6 @@ impl Client { } }; - tracing::trace!("{}", buffer); - if num_bytes == 0 { return Ok(None); } @@ -689,4 +687,4 @@ impl Config { tracing::debug!("async-circe config: {:?}", config); config } -} \ No newline at end of file +}