Skip to content

Commit

Permalink
remove trackEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Oct 23, 2024
1 parent 934028f commit 1ae2392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/products/auth/(components)/SSR.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script lang="ts">
import { PUBLIC_APPWRITE_DASHBOARD } from '$env/static/public';
import { trackEvent } from '$lib/actions/analytics';
import { Tooltip } from '$lib/components';
import { Framework, Platform } from '$lib/utils/references';
import MultiFrameworkCode from './MultiFrameworkCode.svelte';
Expand Down Expand Up @@ -184,7 +183,6 @@ async function getLoggedInUser(request) {
<a
href={platform.href}
class="platform flex size-14 items-center justify-center rounded-lg bg-white p-2"
on:click={() => trackEvent(`${platform.name} clicked`)}
>
<img
src={platform.image}
Expand Down

0 comments on commit 1ae2392

Please sign in to comment.