Skip to content

Commit 67050c7

Browse files
committed
fix: remove dbgs
1 parent 247e156 commit 67050c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trevm"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
rust-version = "1.83.0"
55
edition = "2021"
66
authors = ["init4"]

Diff for: src/journal/coder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ impl JournalEncode for Bytecode {
370370
}
371371

372372
let raw = self.original_bytes();
373-
dbg!(raw.len());
374-
dbg!(&raw);
375373
buf.put_u32(raw.len() as u32);
376374
buf.put_slice(raw.as_ref());
377375
}

0 commit comments

Comments
 (0)