fix test-move logic

This commit is contained in:
Kevin Jahns
2022-04-04 16:35:50 +02:00
parent e8ecc8f74b
commit a0c9235a36
2 changed files with 8 additions and 7 deletions

View File

@@ -49,9 +49,6 @@ const popMovedStack = (tr, li) => {
const coords = getMovedCoords(moveContent, tr)
start = coords.start
end = coords.end
// @todo why are we not running into this?
console.log('found edge case 42') // @todo remove
debugger
}
}
li.currMove = move