diff --git a/components/net/fetch/methods.rs b/components/net/fetch/methods.rs index 2b4a54f262a..9990b3f8478 100644 --- a/components/net/fetch/methods.rs +++ b/components/net/fetch/methods.rs @@ -956,7 +956,6 @@ fn does_settings_prohobit_mixed_security_contexts(url: &ServoUrl) -> bool { /// fn should_upgrade_mixed_content_request(request: &Request) -> bool { let url = request.url(); - dbg!("Shubham {}", url.scheme()); // Step 1.1 : request’s URL is a potentially trustworthy URL. if url.is_potentially_trustworthy() { return false;