mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix: remove println
This commit is contained in:
parent
10b32ed792
commit
78e0f9c6c3
1 changed files with 0 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue