summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-05 13:16:23 -0600
committermo khan <mo@mokhan.ca>2025-07-05 13:16:23 -0600
commita0594f92033f2e9a09ba69261421684b9bf57185 (patch)
tree5dad7486d21cdfd1fdc7d45094656b1ffb259d3e
parentaa13cc129c316054a5d5b58c8df0df8216ed9cfc (diff)
chore: remove println!
-rw-r--r--src/authorization/cedar_authorizer.rs1
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,