mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 20:19:30 -07:00
refactor: remove debug log in stage.ts (#154)
This commit is contained in:
@@ -57,7 +57,6 @@ function getElNextSeven(): HTMLImageElement[] {
|
|||||||
const c = cordHist.get()
|
const c = cordHist.get()
|
||||||
const s = state.get()
|
const s = state.get()
|
||||||
const c0 = c.length > 0 ? c[c.length - 1].i : s.index
|
const c0 = c.length > 0 ? c[c.length - 1].i : s.index
|
||||||
console.log(c0)
|
|
||||||
const els = []
|
const els = []
|
||||||
for (let i = 0; i < 7; i++) {
|
for (let i = 0; i < 7; i++) {
|
||||||
els.push(imgs[increment(c0 + i, s.length)])
|
els.push(imgs[increment(c0 + i, s.length)])
|
||||||
|
|||||||
Reference in New Issue
Block a user