Skip to content

Commit 8c1f181

Browse files
committed
Remove leftover trace from debugging
1 parent f093aa4 commit 8c1f181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/frame.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,6 @@ impl Frame {
12111211

12121212
impl fmt::Debug for Frame {
12131213
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1214-
trace!("formatting stack");
12151214
let stack_str = self
12161215
.stack
12171216
.borrow()

0 commit comments

Comments
 (0)