Skip to content

Commit 4414a5b

Browse files
committed
remove println from instruction
1 parent f08c1c2 commit 4414a5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/instruction/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ fn is_stream_valid(ins_bytes: &[u8]) -> Option<InstructionError> {
201201
break;
202202
}
203203

204-
println!("{:?}", ins_bytes.split_at_checked(c_idx).unwrap());
205-
206204
if ins_bytes[c_idx] == 0x0C { // end instruction
207205
c_idx += 1; // skip 0x0c, check next ins
208206
continue;

0 commit comments

Comments
 (0)