Skip to content

Commit

Permalink
remove dbg!()
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Aug 24, 2023
1 parent 481babc commit 052eca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tauri-runtime-wry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3195,7 +3195,6 @@ fn create_webview<T: UserEvent>(

#[cfg(windows)]
{
dbg!(&pending.http_scheme);
webview_builder = webview_builder.with_https_scheme(!pending.http_scheme);
}

Expand Down

0 comments on commit 052eca2

Please sign in to comment.