Skip to content
Snippets Groups Projects
Commit 07013777 authored by Yoran Hillion's avatar Yoran Hillion
Browse files

:mute: Remove console.log

parent 3316d304
Branches
Tags v3-sr9
No related merge requests found
Pipeline #108198 passed with stages
in 2 minutes and 41 seconds
......@@ -11,7 +11,6 @@ const { entry } = toRefs(props)
const { t } = useI18n()
console.log(entry.value)
const url = new URL(entry.value)
const appUrl = new URL(import.meta.env.VITE_APP_URL)
const isOpen = ref(false)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment