Skip to content

Commit

Permalink
minor fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi committed Aug 18, 2023
1 parent c5df82a commit 5f89e60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/send-web-vitals.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function sendWebVitals() {
return {};
}

// The LoAF script with the single longest duration.
// The LoAF script with the single longest total duration.
return loafAttribution;
}

Expand Down Expand Up @@ -146,7 +146,6 @@ function sendWebVitals() {
navigation_type: navigationType,
}, overrides);

console.log('gtag', name, params);
gtag('event', name, params);

}
Expand Down

0 comments on commit 5f89e60

Please sign in to comment.