mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
fix: delete debug output
This commit is contained in:
parent
fd569a761f
commit
08eac4a5f0
@ -19,8 +19,6 @@ const props = defineProps<{
|
||||
url: string;
|
||||
}>();
|
||||
|
||||
console.log(props.url);
|
||||
|
||||
const requestUrl = new URL(props.url);
|
||||
|
||||
let fetching = $ref(true);
|
||||
@ -53,7 +51,6 @@ definePageMetadata(computed(() => props.url ? {
|
||||
icon: 'fa-brands fa-youtube'
|
||||
} : null));
|
||||
|
||||
console.log(await player.url);
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
Loading…
x
Reference in New Issue
Block a user