Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Oct 31, 2024
1 parent d8b4738 commit 2e23f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cw-orch-daemon/src/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ impl GrpcChannel {
let uri = Uri::from_maybe_shared(address.clone()).expect("Invalid URI");

let maybe_channel = Endpoint::from(uri)
.tls_config(
ClientTlsConfig::new().with_enabled_roots(), // .with_native_roots(),
)
.tls_config(ClientTlsConfig::new().with_enabled_roots())
.unwrap()
.connect()
.await;
Expand Down

0 comments on commit 2e23f74

Please sign in to comment.