summary refs log tree commit diff
path: root/main.fnl
diff options
context:
space:
mode:
authordozens2024-06-07 17:27:11 -0600
committerdozens2024-06-07 17:27:11 -0600
commit91b1662302c14cf84ca8b90c1f3ec20a585f67a5 (patch)
tree53084ac52460ed61be1308e13ce17dce92ea81d8 /main.fnl
parentf985dc4e5c9fdec06436c21440c3dc7245369847 (diff)
add ui tests
Diffstat (limited to 'main.fnl')
-rw-r--r--main.fnl2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.fnl b/main.fnl
index af23d90..bf6933e 100644
--- a/main.fnl
+++ b/main.fnl
@@ -72,8 +72,6 @@
       2 ;; moving
         (let [from (index-of-move (string.sub move 1 2))
               to  (index-of-move (string.sub move -2 -1))]
-            (print "From" from)
-            (print "To" to)
             (tset self.moves from 0)
             (tset self.moves to self.player)
             (if (mill-at? self.moves to)