Forgot remove print
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user