Forgot remove print

This commit is contained in:
vandechat96
2023-12-11 23:20:05 +01:00
parent 2c54b1fd58
commit 4eca0c61d2

View File

@@ -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"));