Skip to content

Commit

Permalink
Remove wasi-http "checking authority" log (bytecodealliance#7607)
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
  • Loading branch information
itowlson authored and alexcrichton committed Nov 30, 2023
1 parent 584643a commit 19b9d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wasi-http/src/types_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ impl<T: WasiHttpView> crate::bindings::http::types::HostOutgoingRequest for T {
let req = self.table().get_mut(&request)?;

if let Some(s) = authority.as_ref() {
println!("checking authority {s}");
let auth = match http::uri::Authority::from_str(s.as_str()) {
Ok(auth) => auth,
Err(_) => return Ok(Err(())),
Expand Down

0 comments on commit 19b9d26

Please sign in to comment.