Skip to content

Commit ec6db93

Browse files
committed
Remove code that token leaked
1 parent a4b2c8b commit ec6db93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/middleware/authen_middleware.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ where
5757
let mut authenticate_pass: bool = false;
5858

5959
// Bypass some account routes
60-
debug!("{:?}",req.head_mut().headers());
6160
let headers = req.headers_mut();
6261
headers.append(HeaderName::from_static("content-length"),HeaderValue::from_static("true"));
6362
if Method::OPTIONS == *req.method() {

0 commit comments

Comments
 (0)