From 2fac7c862ff3c8732e2255d740f9c0fc19172be4 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Fri, 18 Oct 2024 09:03:29 -0400 Subject: [PATCH] remove dbg! macro --- crates/katana/node-bindings/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/katana/node-bindings/src/lib.rs b/crates/katana/node-bindings/src/lib.rs index ca13588b04..f270e0d384 100644 --- a/crates/katana/node-bindings/src/lib.rs +++ b/crates/katana/node-bindings/src/lib.rs @@ -516,7 +516,6 @@ impl Katana { trace!(line); if self.json_log { - dbg!(&line); // Because we using a concrete type for rpc addr log, we need to parse this first. // Otherwise if we were to inverse the if statements, the else block // would never be executed as all logs can be parsed as `JsonLog`.