Skip to content

Commit 4de0348

Browse files
committed
removing unneeded comment
1 parent 0cab1e8 commit 4de0348

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/pages/package-changes/[...path].vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const parsedRoute = computed(() => {
4141
4242
const packageName = computed(() => parsedRoute.value.packageName)
4343
const version = computed(() => parsedRoute.value.version)
44-
// const filePathOrig = computed(() => parsedRoute.value.filePath)
4544
const filePath = computed(() => parsedRoute.value.filePath?.replace(/\/$/, ''))
4645
4746
const { data: pkg } = usePackage(packageName)

0 commit comments

Comments
 (0)