mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -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 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)])
|
||||
|
||||
Reference in New Issue
Block a user