refactor: remove debug log in stage.ts (#154)

This commit is contained in:
Spedon
2023-11-13 22:42:34 +08:00
committed by GitHub
parent 83370e6e67
commit ebdf2405f0

View File

@@ -57,7 +57,6 @@ function getElNextSeven(): HTMLImageElement[] {
const c = cordHist.get()
const s = state.get()
const c0 = c.length > 0 ? c[c.length - 1].i : s.index
console.log(c0)
const els = []
for (let i = 0; i < 7; i++) {
els.push(imgs[increment(c0 + i, s.length)])