Skip to content

Commit 7a4e23d

Browse files
committed
Rm logging
1 parent f275c39 commit 7a4e23d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,9 @@ impl ProxyServer {
8888
attestation_verifier: AttestationVerifier,
8989
client_auth: bool,
9090
) -> Result<Self, ProxyError> {
91-
println!("here");
9291
if attestation_verifier.has_remote_attestion() && !client_auth {
9392
return Err(ProxyError::NoClientAuth);
9493
}
95-
println!("here2");
9694

9795
let mut server_config = if client_auth {
9896
let root_store =

0 commit comments

Comments
 (0)