mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00:00
Remove debug print
This commit is contained in:
parent
8ff50481e5
commit
c722256cbd
@ -109,8 +109,6 @@ impl<'a, 'r> FromRequest<'a, 'r> for Headers {
|
|||||||
fn from_request(request: &'a Request<'r>) -> request::Outcome<Self, Self::Error> {
|
fn from_request(request: &'a Request<'r>) -> request::Outcome<Self, Self::Error> {
|
||||||
let headers = request.headers();
|
let headers = request.headers();
|
||||||
|
|
||||||
println!("{:#?}", headers);
|
|
||||||
|
|
||||||
// Get host
|
// Get host
|
||||||
let host = if CONFIG.domain_set {
|
let host = if CONFIG.domain_set {
|
||||||
CONFIG.domain.clone()
|
CONFIG.domain.clone()
|
||||||
|
Loading…
Reference in New Issue
Block a user