remove println

This commit is contained in:
James Wilson
2021-07-23 16:21:30 +01:00
parent 0eff32d10e
commit 480abd1e49
-1
View File
@@ -61,7 +61,6 @@ async fn start_server(opts: Opts) -> anyhow::Result<()> {
let aggregator = Aggregator::spawn(opts.denylist).await?;
let server = http_utils::start_server(opts.socket, move |addr, req| {
let aggregator = aggregator.clone();
println!("REQUEST: {:?}", (req.method(), req.uri().path()));
async move {
match (req.method(), req.uri().path().trim_end_matches('/')) {
// Check that the server is up and running: