aboutsummaryrefslogtreecommitdiff
path: root/src/gemini_to_html.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/gemini_to_html.rs')
-rw-r--r--src/gemini_to_html.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gemini_to_html.rs b/src/gemini_to_html.rs
index d7bc9b6..933d4cd 100644
--- a/src/gemini_to_html.rs
+++ b/src/gemini_to_html.rs
@@ -146,9 +146,7 @@ pub fn gemini_to_html(
Node::PreformattedText { text, .. } => {
html.push_str(&format!("<pre>{text}</pre>"));
}
- Node::Whitespace => {
- println!("i am white");
- }
+ Node::Whitespace => {}
}
}