From 85b12249b5051464328a760318300e311b6c6769 Mon Sep 17 00:00:00 2001 From: njelich <12912633+njelich@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:57:38 +0100 Subject: [PATCH] removed debug statements --- casr/src/bin/casr-gdb.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/casr/src/bin/casr-gdb.rs b/casr/src/bin/casr-gdb.rs index e6643611..013423b8 100644 --- a/casr/src/bin/casr-gdb.rs +++ b/casr/src/bin/casr-gdb.rs @@ -209,12 +209,9 @@ fn main() -> Result<()> { .map(|x| x.to_string()) .collect(); - println!("Debugging GBD output: {:?}", result); - let siginfo = Siginfo::from_gdb(&result[1]); if let Err(error) = siginfo { - println!("Debugging Noah: {:?}", error); let err_str = error.to_string(); let re = Regex::new(r"\$\d+ = (0x0|void) doesn't match regex template").unwrap(); if err_str.contains(": doesn't match") || re.is_match(&err_str) {