diff --git a/src/main.rs b/src/main.rs index 1b2b829..5e352ce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,7 +28,6 @@ impl EventHandler for Handler { let mut matched = false; RE.captures_iter(&content).for_each(|capture| { matched = true; - println!("{:?}", capture); if let Some(reddit) = capture.get(2) { new_msg.push_str(&capture[0].replace(reddit.as_str(), "rxddit.com"));