Avoid logging of debug messages in slider

This commit is contained in:
Christian Wolf 2024-01-08 21:16:49 +01:00
parent 8da576c7be
commit def36aa1fc

View File

@ -18,7 +18,6 @@ $(function () {
function showImage(idxidx) {
const idx = shuffeledIndices[idxidx]
console.log("switching to index", idx, ' using idxidx ', idxidx)
const imgs = $('#header .slider .slider-img')
imgs.eq(idx).removeClass('hidden')
imgs.filter((i, e) => {return i != idx}).addClass('hidden')