Skip to content

Commit 0cafeec

Browse files
committed
remove print statements
1 parent ad177e9 commit 0cafeec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/stackable-operator/src/crd/git_sync/v1alpha2_impl.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ impl GitSyncResources {
177177

178178
// Check tls/scheme compatability early
179179
let scheme = git_sync.repo.scheme();
180-
println!("{}", scheme);
181-
println!("{:#?}", &git_sync.tls.tls);
182180
let ca_cert_path = match &git_sync.tls.tls {
183181
Some(tls) => {
184182
match &tls.verification {

0 commit comments

Comments
 (0)