Skip to content

Commit

Permalink
fixup! Remove global API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 20, 2024
1 parent 3d201b0 commit 62271d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mullvad-api/src/rest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ where
.insert(header::AUTHORIZATION, auth);
}

println!("rest - {:?}", self.request.uri());
// Make request to hyper client
let response = hyper_client
.request(self.request)
Expand Down

0 comments on commit 62271d4

Please sign in to comment.