File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -407,17 +407,6 @@ const buildAuxiaGateDisplayData = async (
407
407
false ,
408
408
false ,
409
409
) ;
410
-
411
- // Date: 32rd July 2025
412
- // Here we implement another rule:
413
- // If readerPersonalData.dailyArticleCount is 3, then we should show
414
- // the gate, regardless of the previous value. Note that we implement
415
- // this rule, here because the main logic for deciding gate showing in the
416
- // case of a non Auxia audience page view is still client side.
417
- // (This is going to change soon)
418
- if ( readerPersonalData . dailyArticleCount === 3 ) {
419
- should_show_legacy_gate_tmp = true ;
420
- }
421
410
}
422
411
423
412
const shouldServeDismissible = decideShouldServeDismissible ( ) ;
You can’t perform that action at this time.
0 commit comments