We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc8612 commit e2fc2d2Copy full SHA for e2fc2d2
app/components/Changelog/Releases.vue
@@ -14,7 +14,6 @@ const router = useRouter()
14
watch(
15
[() => route.hash, () => requestedDate, releases],
16
([hash, date, r]) => {
17
- console.log('mario')
18
if (hash || !date || !r) {
19
return
20
}
0 commit comments