diff options
| -rw-r--r-- | src/authorization/cedar_authorizer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
