Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Dec 24, 2024
1 parent 807eeb7 commit f245ac4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fl_url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,6 @@ impl FlUrl {
}

async fn execute(self, request: MyHttpRequest) -> Result<FlUrlResponse, FlUrlError> {
println!(
"headers: {}",
std::str::from_utf8(request.headers.as_ref()).unwrap()
);

#[cfg(feature = "with-ssh")]
{
if self.ssh_credentials.is_some() {
Expand Down

0 comments on commit f245ac4

Please sign in to comment.