Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Feb 20, 2024
1 parent 93dee8b commit c8f044c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion _site/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var iotGlide = new Glide('#iot-glide', {
function peek () {
peekVal = document.querySelector(".carousel").clientWidth
let carousel = document.querySelector(".carousel").clientWidth
console.log("CAROUSEL", carousel)
if (carousel > 1600) {
peekVal = peekVal / 3

Expand Down
1 change: 0 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ var iotGlide = new Glide('#iot-glide', {
function peek () {
peekVal = document.querySelector(".carousel").clientWidth
let carousel = document.querySelector(".carousel").clientWidth
console.log("CAROUSEL", carousel)
if (carousel > 1600) {
peekVal = peekVal / 3

Expand Down

0 comments on commit c8f044c

Please sign in to comment.