Remove debug code
This commit is contained in:
@@ -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]}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user