Skip to content

Commit

Permalink
cleanup debugging println
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Dec 25, 2024
1 parent ffed2be commit 695bb40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/2048/2048.v
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ fn (mut app App) apply_new_board(new Board) {
for y in 0 .. 4 {
for x in 0 .. 4 {
if old.oidxs[y][x] != new.oidxs[y][x] {
println('>>> y: ${y} x: ${x}')
app.mtickers[y][x] = 1.0
}
}
Expand Down

0 comments on commit 695bb40

Please sign in to comment.