Skip to content

Commit

Permalink
Removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Oct 29, 2023
1 parent 4ae26eb commit d484eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ fn main_loop(
let mut value = String::new();
if let Some(x86_register) = x86_register {
value += &format!("{}", x86_register);
info!("Output: {:?}\n", value);
}
if let Some(x86_64_register) = x86_64_register {
value += &format!(
Expand Down

0 comments on commit d484eeb

Please sign in to comment.