We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e79ea commit f9885f7Copy full SHA for f9885f7
assets/global.js
@@ -241,7 +241,6 @@ function addPrefetchLink(href, priority = 'auto') {
241
*/
242
function initPagePrefetching(method) {
243
if (method !== 'mouseover' && method !== 'intersection') return
244
- console.log('prefetchPages using', method)
245
246
const prefetchLinkRegex = /^(\/|(\/(products|collections|pages|policies)\/.*))$/
247
const prefetchLinks = document.querySelectorAll('a[href]')
0 commit comments