diff --git a/modules/web.html b/modules/web.html
index eb2c4eb..5dfba17 100644
--- a/modules/web.html
+++ b/modules/web.html
@@ -287,6 +287,7 @@
}
if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
li.style.textDecoration = "line-through";
+ console.log(i, currentIndex, li.textContent)
}
ul.appendChild(li);
});