diff options
author | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-09-01 12:13:37 +0000 |
---|---|---|
committer | cyqsimon <28627918+cyqsimon@users.noreply.github.com> | 2022-09-01 12:13:37 +0000 |
commit | f762672b098ec7963748530bccd78f16f42ab9d3 (patch) | |
tree | 0a4dc2221a0ca7f290d0714d307426d94b311616 | |
parent | Remove outdated test (diff) | |
download | miniserve-f762672b098ec7963748530bccd78f16f42ab9d3.tar.gz miniserve-f762672b098ec7963748530bccd78f16f42ab9d3.zip |
Remove leftover `dbg!`
Diffstat (limited to '')
-rw-r--r-- | src/listing.rs | 1 |
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) { |