rm comment that only makes sense in context of PR

This commit is contained in:
Samuel Newman
2026-08-31 06:54:44 -07:00
committed by GitHub
parent a6772f0083
commit 7de442a5e3
@@ -101,11 +101,6 @@ function ContentHiderActive({
}
}
/*
* A plain loop rather than `.filter()`: the running flag has to be mutated
* from the enclosing scope, which React Compiler cannot lower inside a
* callback. Keeps only the first adult-content label, as before.
*/
const selfBlurCauses = []
let hasAdultContentLabel = false
for (const cause of modui.blurs) {