Skip to content

Commit

Permalink
Remove extra logging from tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 30, 2024
1 parent f26de0a commit 6dbe9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/protocol/ipa_prf/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ where
// multiplications per batch
const CONV_PROOF_CHUNK: usize = 256;

#[tracing::instrument(name = "compute_prf_for_inputs", skip_all, fields(sz = input_rows.len()))]
#[tracing::instrument(name = "compute_prf_for_inputs", skip_all)]
async fn compute_prf_for_inputs<C, BK, TV, TS>(
ctx: C,
input_rows: &[OPRFIPAInputRow<BK, TV, TS>],
Expand Down

0 comments on commit 6dbe9eb

Please sign in to comment.