aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/listing.rs')
-rw-r--r--src/listing.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/listing.rs b/src/listing.rs
index b000649..c0104b1 100644
--- a/src/listing.rs
+++ b/src/listing.rs
@@ -170,7 +170,6 @@ pub fn directory_listing(
req.connection_info().host(),
req.uri()
);
- dbg!(&abs_url);
let is_root = base.parent().is_none() || Path::new(&req.path()) == Path::new(&random_route_abs);
let encoded_dir = match base.strip_prefix(random_route_abs) {