Skip to content

Commit

Permalink
console.log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Dec 29, 2023
1 parent d02337f commit 1490a57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
export let partner;
export let eventId;
console.log('🦛 partner', partner);
import { Standard as StandardButton } from '$elements/buttons';
import { Action as ActionModal } from '$elements/modals';
import { createEventDispatcher } from 'svelte';
Expand Down
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
id
});
console.log('identify');
posthog.identify(id, {
email,
firstName,
Expand Down

0 comments on commit 1490a57

Please sign in to comment.