mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Remove log statement.
This commit is contained in:
parent
3b2af1e9a8
commit
eadabe1513
@ -44,7 +44,6 @@ function prefetchIfNeeded(/** @type {HTMLAnchorElement} */ target) {
|
||||
!prefetchedPages.includes(target.pathname)
|
||||
) {
|
||||
prefetchedPages.push(target.pathname);
|
||||
console.log("Preloading...", target.pathname);
|
||||
const link = document.createElement("link");
|
||||
link.setAttribute("as", "fetch");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user