Skip to content

Commit

Permalink
let's be extra safe
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 1, 2024
1 parent ad734da commit 86ad7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-shell-odd/src/notify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function subscribe(notifyParams: NotifyParams): Promise<void> {
})
handleDecrementSubscriptionCount(hostname, topic)
} else {
log.info(`Successfully subscribed on ${hostname} to topic: ${topic}`)
// log.info(`Successfully subscribed on ${hostname} to topic: ${topic}`)
}
}

Expand Down
2 changes: 1 addition & 1 deletion app-shell/src/notify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function subscribe(notifyParams: NotifyParams): Promise<void> {
})
handleDecrementSubscriptionCount(hostname, topic)
} else {
log.info(`Successfully subscribed on ${hostname} to topic: ${topic}`)
// log.info(`Successfully subscribed on ${hostname} to topic: ${topic}`)
}
}

Expand Down

0 comments on commit 86ad7aa

Please sign in to comment.