about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-18 01:08:25 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-18 01:08:25 -0800
commit104328ed6e731fd37f3b709e3df9374f57f2635a (patch)
treefb27e2f4f2900688f0b727095a95c88c7aa82d02
parent2e345a262350a1416c1d89d5c98d94baa376bf93 (diff)
downloadmu-104328ed6e731fd37f3b709e3df9374f57f2635a.tar.gz
584
-rw-r--r--chessboard-cursor.arc.t18
1 files changed, 0 insertions, 18 deletions
diff --git a/chessboard-cursor.arc.t b/chessboard-cursor.arc.t
index 662c0ee1..01b72e66 100644
--- a/chessboard-cursor.arc.t
+++ b/chessboard-cursor.arc.t
@@ -146,24 +146,6 @@
   (awhen rep.routine!error
     (prn "error - " it)))
 ;? (prn memory*.5)
-;? (prn (memory* memory*.5))
-;? (write (memory* (+ memory*.5 1))) (prn)
-;? (write (memory* (+ memory*.5 4))) (prn)
-;? (write (memory* (+ memory*.5 5))) (prn)
-;? (prn:type (memory* (+ memory*.5 5)))
-;? (write (memory* (+ memory*.5 6))) (prn)
-;? (prn int-canon.memory*)
-;? (prn:len
-;?                         (+ "8 | r n b q k b n r "
-;?                            "7 | p p p p p p p p "
-;?                            "6 | _ _ _ _ _ _ _ _ "
-;?                            "5 | _ _ _ _ _ _ _ _ "
-;?                            "4 | _ _ _ _ _ _ _ _ "
-;?                            "3 | _ _ _ _ _ _ _ _ "
-;?                            "2 | P P P P P P P P "
-;?                            "1 | R N B Q K B N R "
-;?                            "  +---------------- "
-;?                            "    a b c d e f g h "))
 (when (~memory-contains-array memory*.5
           (+ "8 | r n b q k b n r "
              "7 | p p p p p p p p "