From 98d92867e676c7d1d58865b36c8ce97f49144172 Mon Sep 17 00:00:00 2001 From: Assaf Vayner Date: Tue, 24 Sep 2024 11:58:24 -0700 Subject: [PATCH] please our overload, the linter --- cas_client/src/remote_client.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cas_client/src/remote_client.rs b/cas_client/src/remote_client.rs index f5aa16a8..6c292103 100644 --- a/cas_client/src/remote_client.rs +++ b/cas_client/src/remote_client.rs @@ -13,12 +13,11 @@ use serde::{de::DeserializeOwned, Serialize}; use bytes::Bytes; use cas_object::CasObject; use cas_types::CASReconstructionTerm; -use tracing::{info, warn}; +use tracing::{debug, warn}; use crate::{error::Result, CasClientError}; use merklehash::MerkleHash; -use tracing::debug; use crate::Client; pub const CAS_ENDPOINT: &str = "http://localhost:8080";