From de1da5a48a9b44bf21b0cad73aac3cf9698bf5e8 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 16 Jul 2023 21:33:24 -0700 Subject: [PATCH] Remove stray print --- gib-gab-gob/game.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gib-gab-gob/game.scm b/gib-gab-gob/game.scm index 35c7d4e..ce6b623 100644 --- a/gib-gab-gob/game.scm +++ b/gib-gab-gob/game.scm @@ -47,7 +47,6 @@ (format #t "Peer's status: ~a\n" status) status) #:promise? #t)] [(my-turn! x y) - (format #t "start my-turn!\n") (if ($ %my-turn?) (begin (board-assert-vacant board x y)