Skip to content

Commit 440bf6a

Browse files
committed
Drop Warp built-in timing
1 parent 799dd05 commit 440bf6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frontend/http.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ pub fn filters(
611611
.or(upload_route)
612612
.with(cors)
613613
.with(log)
614-
.with(warp::trace::request())// experiment: print warp's built-in tracing
615614
.map(|r| with_header(r, header::VARY, VARY))
616615
.recover(handle_rejection)
617616
}

0 commit comments

Comments
 (0)