Skip to content

Commit

Permalink
Removed logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 17, 2024
1 parent 24a37ec commit 6ebec0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/Link.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
export let at: string | undefined = undefined;
$: path = $page.url.pathname;
$: console.log(path);
$: console.log(base);
</script>

{#if at && (at === '/' ? path === `${base}/` : path === `${base}${at}`)}
Expand Down

0 comments on commit 6ebec0e

Please sign in to comment.