diff --git a/themes/gohugoioTheme/layouts/partials/gtag.html b/themes/gohugoioTheme/layouts/partials/gtag.html index d4924a698..c78926503 100644 --- a/themes/gohugoioTheme/layouts/partials/gtag.html +++ b/themes/gohugoioTheme/layouts/partials/gtag.html @@ -14,7 +14,6 @@ * using 'navigator.sendBeacon' in browser that support it. */ var trackOutboundLink = function(id, url) { - console.log("track:", id, url) gtag('event', 'click', { 'event_category': 'outbound', 'event_label': id,