Skip to content

Commit

Permalink
Remove some unused debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguyryan committed Feb 17, 2024
1 parent 97712b8 commit b1ea402
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions redox-terminal/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ fn main() {
panic!("currently unsupported");
}

let test = 1u32;
println!("{:?}", test.to_le_bytes());
return;

let code = "section .text\r\ncall :LABEL_1\r\n:LABEL_1";

let mut compiler = Compiler::new();
Expand Down

0 comments on commit b1ea402

Please sign in to comment.