Debugovací výpisy smazány

This commit is contained in:
Jonas Havelka 2025-02-13 18:28:25 +01:00
parent 7da38fbc8a
commit b99b4ffdc4

View file

@ -35,7 +35,6 @@
for (let [_, opravy] of Object.entries(comments)) {
for (const oprava of opravy) {
if (stav == null || oprava.status === stav) {
console.log(oprava, oprava.htmlElement.getBoundingClientRect().y);
const y = oprava.htmlElement.getBoundingClientRect().y;
if (y >= -1) {
if (dalsi) {
@ -44,7 +43,6 @@
return;
}
} else {
console.log(predchozi);
if (predchozi !== null) predchozi.htmlElement.scrollIntoView(); else alert("Výše už není žádná taková korektura.");
return;
}