From 5465d927b4e48928ca7f3c2f323ed9fb618592db Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 21 Mar 2023 21:22:16 -0700 Subject: [PATCH] remove a debug log --- web3_proxy/src/rpcs/many.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/rpcs/many.rs b/web3_proxy/src/rpcs/many.rs index 40f277bb..f6632679 100644 --- a/web3_proxy/src/rpcs/many.rs +++ b/web3_proxy/src/rpcs/many.rs @@ -1026,7 +1026,7 @@ impl Web3Rpcs { drop(consensus); // TODO: remove this, or move to trace level - debug!("{}", serde_json::to_string(&request).unwrap()); + // debug!("{}", serde_json::to_string(&request).unwrap()); } else { // TODO: warn? debug? trace? warn!(