Skip to content

Commit 5b844b0

Browse files
committed
stray console.log
1 parent ee2a826 commit 5b844b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/routes/+layout.svelte

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<script lang="ts">
22
import { browser } from "$app/environment";
3-
import { page } from "$app/stores";
43
import Header from "$lib/Header.svelte";
5-
import "../styles/app.css";
64
import * as amplitude from "@amplitude/analytics-browser";
5+
import "../styles/app.css";
76
87
if (browser) {
98
const getApiKey = () => {
@@ -19,8 +18,6 @@
1918
defaultTracking: true,
2019
});
2120
}
22-
23-
console.log($page.url.pathname);
2421
</script>
2522

2623
<Header />

0 commit comments

Comments
 (0)