Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taikiy committed Nov 16, 2023
1 parent 5b215b9 commit a05bd81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test_fixture/ipa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ fn update_expected_output_for_user<'a, I: IntoIterator<Item = &'a TestRawDataRec
attribution_window_seconds: Option<NonZeroU32>,
order: &CappingOrder,
) {
// TODO: change how we apply the window to IPA and OPRF IPA
let within_window = |value: u64| -> bool {
if let Some(window) = attribution_window_seconds {
value <= u64::from(window.get())
Expand Down

0 comments on commit a05bd81

Please sign in to comment.