Skip to content

Commit

Permalink
chore: remove accidental println! (#1338)
Browse files Browse the repository at this point in the history
accidentally introduced in #1332
  • Loading branch information
amrbashir authored Aug 13, 2024
1 parent 19d83d7 commit 5c47758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ impl InnerWebView {
&format!("{}://", custom_protocol.0),
)
.parse();
println!("{:?} {:?}", request.uri(), uri_res);

if let Ok(uri) = uri_res {
*request.uri_mut() = uri;
Expand Down

0 comments on commit 5c47758

Please sign in to comment.