Skip to content

Commit f9885f7

Browse files
committed
fix: 🔇 remove console log on prefetch init
1 parent 02e79ea commit f9885f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/global.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ function addPrefetchLink(href, priority = 'auto') {
241241
*/
242242
function initPagePrefetching(method) {
243243
if (method !== 'mouseover' && method !== 'intersection') return
244-
console.log('prefetchPages using', method)
245244

246245
const prefetchLinkRegex = /^(\/|(\/(products|collections|pages|policies)\/.*))$/
247246
const prefetchLinks = document.querySelectorAll('a[href]')

0 commit comments

Comments
 (0)