Skip to content

Commit

Permalink
chore: remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Mar 25, 2024
1 parent 5941bc1 commit 5f716d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layer/components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function onPause() {
function onResume() {
timeout.value = setTimeout(onClose, remainingTimeout.value)
console.log('resume', remainingTimeout.value)
}
</script>

Expand Down

0 comments on commit 5f716d6

Please sign in to comment.