Skip to content

Commit ab6e5fc

Browse files
committed
fix: remove useless comments
1 parent f016b45 commit ab6e5fc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

infrastructure/eid-wallet/src/routes/(app)/main/+page.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
if (scheme !== "w3ds") {
7171
console.error("unsupported url scheme")
7272
}
73-
// const url = new URL(urls[0])
74-
// console.log(url)
75-
// if (url.protocol)
7673
goto(`/scan-qr?${deeplink}`)
7774
}
7875

infrastructure/eid-wallet/src/routes/(app)/scan-qr/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
}
9898
9999
onMount(async () => {
100-
// const params = page.url.searchParams
101100
const [_empty, ...rest] = page.url.search.split("?")
102101
const methodAndParam = rest.join("?")
103102
const [method, ...param] = methodAndParam.split("?")

0 commit comments

Comments
 (0)