diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-15 18:55:39 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-15 18:55:39 +0800 |
commit | 8f465ce2dfeb25b24bb113e560ab52c8bde3905d (patch) | |
tree | 73189bf639e090ad81bd09346f99c6a1a158f802 | |
parent | Add ?branch=hare in the footer (diff) | |
download | forge-8f465ce2dfeb25b24bb113e560ab52c8bde3905d.tar.gz forge-8f465ce2dfeb25b24bb113e560ab52c8bde3905d.tar.zst forge-8f465ce2dfeb25b24bb113e560ab52c8bde3905d.zip |
Remove that println
Diffstat (limited to '')
-rw-r--r-- | req.ha | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -74,8 +74,6 @@ fn handlereq(conn: io::handle, request: *http::request) (void | io::error | nome }; defer io::close(file)!; - fmt::println(fs_segments[len(fs_segments) - 1])!; - let ext = strings::rcut(fs_segments[len(fs_segments) - 1], ".").1; let mimetype = match (mime::lookup_ext(ext)) { |