From f762672b098ec7963748530bccd78f16f42ab9d3 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:13:37 +0800 Subject: Remove leftover `dbg!` --- src/listing.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3