diff --git a/src/client.rs b/src/client.rs index 436c3a0..700bb3d 100644 --- a/src/client.rs +++ b/src/client.rs @@ -148,10 +148,6 @@ impl Builder { builder.cookie_provider = Some((*Obj::::try_convert(v)?).clone()); } - if let Some(jar) = hash.get(ruby.to_symbol(stringify!(cookie_provider))) { - builder.cookie_provider = Some((*Obj::::try_convert(jar)?).clone()); - } - builder.user_agent = Extractor::::try_convert(*keyword)?.into_inner(); builder.proxy = Extractor::::try_convert(*keyword)?.into_inner();