Skip to content

Commit

Permalink
fix: removing tracing of event access
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Feb 3, 2025
1 parent 7d7c069 commit a31babd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/logic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ where
T: RequestExt<Output = U> + HookExt<U> + PublicExt<U> + 'static,
U: Serialize + DeserializeOwned + Unpin + Sync + Send + Debug + 'static,
{
tracing::info!("EventAccess: {:?}", access);
let output = access
.map(|e| payload.access(e.0))
.unwrap_or_else(|| payload.from())
Expand Down

0 comments on commit a31babd

Please sign in to comment.