Skip to content

Commit

Permalink
fix: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Feb 3, 2025
1 parent 10b32ed commit 78e0f9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,6 @@ pub fn rewrite_urls(input_text: &str) -> String {
// Remove (html-encoded) "\" from URLs.
text1 = text1.replace("%5C", "").replace("\\_", "_");

println!("text1 before: {text1}");

// Rewrite external media previews to Redlib
loop {
if REDDIT_PREVIEW_REGEX.find(&text1).is_none() {
Expand Down

0 comments on commit 78e0f9c

Please sign in to comment.