Remove debug code

This commit is contained in:
Eric Bailey
2025-06-17 19:48:12 -05:00
parent 699e237b6f
commit e3e35dd633
2 changed files with 3 additions and 3 deletions
@@ -169,7 +169,7 @@ export function GranularNotificationsSettings() {
)}
<Button
label={_(msg`Open settings`)}
size="large"
size={isWeb ? 'small' : 'large'}
variant="solid"
color={isWeb ? 'primary' : 'secondary'}
style={[a.justify_center]}
+2 -2
View File
@@ -115,7 +115,7 @@ function Inner({
}
React.useEffect(() => {
// if (snoozed) return
if (snoozed) return // comment this out to test
if (!nuxs) return
for (const {id, enabled} of queuedNuxs) {
@@ -123,7 +123,7 @@ function Inner({
// check if completed first
if (nux && nux.completed) {
// continue
continue // comment this out to test
}
// then check gate (track exposure)