Skip to content

Commit

Permalink
Update pdp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fnhipster committed Nov 27, 2024
1 parent 118fd18 commit 4b7fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initializers/pdp.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function preloadImageMiddleware(data) {
loading: 'eager',
})($wrapper);

console.log($wrapper);
console.log(image, $wrapper);

Check failure on line 77 in scripts/initializers/pdp.js

View workflow job for this annotation

GitHub Actions / build

Unexpected console statement
}
return data;
}

0 comments on commit 4b7fdaa

Please sign in to comment.