From a0594f92033f2e9a09ba69261421684b9bf57185 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 5 Jul 2025 13:16:23 -0600 Subject: chore: remove println! --- src/authorization/cedar_authorizer.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/authorization') diff --git a/src/authorization/cedar_authorizer.rs b/src/authorization/cedar_authorizer.rs index 6b901e5d..64287414 100644 --- a/src/authorization/cedar_authorizer.rs +++ b/src/authorization/cedar_authorizer.rs @@ -175,7 +175,6 @@ impl Authorizer for CedarAuthorizer { matches!(decision, cedar_policy::Decision::Allow) } Err(e) => { - println!("error: {}", e); tracing::error!( error = %e, path = %http_request.path, -- cgit v1.2.3