Skip to content

Commit

Permalink
remove ssl prob
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Jul 31, 2023
1 parent 4c7e7ff commit b6543a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/daft-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ daft-core = {path = "../daft-core", default-features = false}
futures = {workspace = true}
lazy_static = {workspace = true}
log = {workspace = true}
openssl-probe = "0.1.2"
pyo3 = {workspace = true, optional = true}
pyo3-log = {workspace = true, optional = true}
serde = {workspace = true}
Expand Down
7 changes: 0 additions & 7 deletions src/daft-io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ lazy_static! {
}

pub fn get_io_client(config: Arc<IOConfig>) -> DaftResult<Arc<IOClient>> {

let r = openssl_probe::probe();

log::warn!("cert_dir: {:?}", r.cert_dir);
log::warn!("cert_file: {:?}", r.cert_file);


let read_handle = CLIENT_CACHE.blocking_read();
if let Some(client) = read_handle.get(&config) {
Ok(client.clone())
Expand Down

0 comments on commit b6543a8

Please sign in to comment.