Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tracing for evaluate_script, ipc_handler and custom_protocols #1093

Merged
merged 12 commits into from
Nov 23, 2023
Prev Previous commit
Next Next commit
remove leftover
lucasfernog-crabnebula committed Nov 23, 2023
commit f2c1543bd959e4413788e04224447798d79641d0
2 changes: 0 additions & 2 deletions src/webview/wkwebview/mod.rs
Original file line number Diff line number Diff line change
@@ -163,8 +163,6 @@ impl InnerWebView {
let _: () = msg_send![body_stream, close];
}

tracing::debug!("done reading body");

// Extract all headers fields
let all_headers: id = msg_send![request, allHTTPHeaderFields];