Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Aug 9, 2024
1 parent 62d7650 commit 33d3d6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Base/HsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ const { data: globals } = useAsyncData('sales-reps', () =>
);
function formSubmitCallback(form: any, data: any) {
console.log('form', form);
console.log('data', data);
// Track form submission in PH
$posthog?.capture('marketing.site.forms.hubspot.submit', {
form_id: formId.value,
Expand Down

0 comments on commit 33d3d6e

Please sign in to comment.