mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
remove debug info
This commit is contained in:
parent
1cc3ddaf2e
commit
ae6fff72ac
@ -149,8 +149,6 @@ impl Page {
|
|||||||
RegexMatchFlags::DEFAULT,
|
RegexMatchFlags::DEFAULT,
|
||||||
);
|
);
|
||||||
|
|
||||||
println!("{:?}",parts);
|
|
||||||
|
|
||||||
// https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes
|
// https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes
|
||||||
match parts.get(1) {
|
match parts.get(1) {
|
||||||
Some(code) => match code.as_str() {
|
Some(code) => match code.as_str() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user