From fafb3c3ceaa16e93f69b38e33e64e240573e4875 Mon Sep 17 00:00:00 2001
From: gennyble <gen@nyble.dev>
Date: Sat, 13 Apr 2024 05:40:17 -0500
Subject: :)

---
 src/fs.rs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/fs.rs')

diff --git a/src/fs.rs b/src/fs.rs
index b44e4c4..7dc94d3 100644
--- a/src/fs.rs
+++ b/src/fs.rs
@@ -8,7 +8,7 @@ use crate::RuntimeError;
 /// below the webroot and will never start or end with a slash.
 #[derive(Clone, Debug, PartialEq)]
 pub struct Webpath {
-	webcanon: Utf8PathBuf,
+	pub webcanon: Utf8PathBuf,
 	is_dir: bool,
 }
 
@@ -106,7 +106,6 @@ impl Filesystem {
 	}
 
 	pub fn resolve(&self, webpath: &Webpath) -> Result<PathResolution, RuntimeError> {
-		println!("resolve = {webpath}");
 		if webpath.is_index() || webpath == ROOT_INDEX {
 			return Ok(PathResolution {
 				filepath: self.webroot.join(ROOT_INDEX),
-- 
cgit 1.4.1-3-g733a5