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 +}