Skip to content

Commit e2fc2d2

Browse files
committed
removing console log
1 parent cfc8612 commit e2fc2d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Changelog/Releases.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const router = useRouter()
1414
watch(
1515
[() => route.hash, () => requestedDate, releases],
1616
([hash, date, r]) => {
17-
console.log('mario')
1817
if (hash || !date || !r) {
1918
return
2019
}

0 commit comments

Comments
 (0)