Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Jan 27, 2025
1 parent a5a988d commit 6c29c1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/netinfo/Netinfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@
}
data.value = parseData(json)
console.log('resolver',data.value.resolver)
}).catch(error => {
setMessageError(error.message === 'Failed to fetch' ? 'Network error.' : error)
})
Expand Down

0 comments on commit 6c29c1a

Please sign in to comment.