summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2023-03-25 01:48:27 -0500
committerthe lemons <citrons@mondecitronne.com>2023-03-25 01:48:27 -0500
commitc4f5afde401bf084424fbaa8c9dd2878752a5644 (patch)
tree2d4726468419b8147071883236966891e00f654b
parent914283a631b10f289da85bce8e491e91b796d3f8 (diff)
remove print statement
-rw-r--r--polyomino.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/polyomino.lua b/polyomino.lua
index 2462629..9ae36e9 100644
--- a/polyomino.lua
+++ b/polyomino.lua
@@ -21,8 +21,6 @@ function M.def(name, shape)
table.insert(new.cells, 1, line)
end
- if name == "tetr.O" then print(#new.cells) end
-
for line = 1, new.size do
for column = 1, new.size do
if new.cells[line][column] then