Remove debug code
This commit is contained in:
@@ -169,7 +169,7 @@ export function GranularNotificationsSettings() {
|
|||||||
)}
|
)}
|
||||||
<Button
|
<Button
|
||||||
label={_(msg`Open settings`)}
|
label={_(msg`Open settings`)}
|
||||||
size="large"
|
size={isWeb ? 'small' : 'large'}
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color={isWeb ? 'primary' : 'secondary'}
|
color={isWeb ? 'primary' : 'secondary'}
|
||||||
style={[a.justify_center]}
|
style={[a.justify_center]}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ function Inner({
|
|||||||
}
|
}
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
// if (snoozed) return
|
if (snoozed) return // comment this out to test
|
||||||
if (!nuxs) return
|
if (!nuxs) return
|
||||||
|
|
||||||
for (const {id, enabled} of queuedNuxs) {
|
for (const {id, enabled} of queuedNuxs) {
|
||||||
@@ -123,7 +123,7 @@ function Inner({
|
|||||||
|
|
||||||
// check if completed first
|
// check if completed first
|
||||||
if (nux && nux.completed) {
|
if (nux && nux.completed) {
|
||||||
// continue
|
continue // comment this out to test
|
||||||
}
|
}
|
||||||
|
|
||||||
// then check gate (track exposure)
|
// then check gate (track exposure)
|
||||||
|
|||||||
Reference in New Issue
Block a user