Skip to content

Commit

Permalink
remove dbg! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 18, 2024
1 parent e2f5bd8 commit 2fac7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/katana/node-bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 2fac7c8

Please sign in to comment.