remove debug info

This commit is contained in:
yggverse 2024-09-26 14:44:28 +03:00
parent 1cc3ddaf2e
commit ae6fff72ac

View File

@ -149,8 +149,6 @@ impl Page {
RegexMatchFlags::DEFAULT,
);
println!("{:?}",parts);
// https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes
match parts.get(1) {
Some(code) => match code.as_str() {