From 861b1a34fd8b3a81a4cc87199a45eedc27088cae Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 24 Mar 2013 21:19:36 +0100 Subject: [PATCH] Moggy test_pattern3_here(): Disable spurious debug print --- playout/moggy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playout/moggy.c b/playout/moggy.c index bfb8a12..f0ca76f 100644 --- a/playout/moggy.c +++ b/playout/moggy.c @@ -195,7 +195,7 @@ test_pattern3_here(struct playout_policy *p, struct board *b, struct move *m, bo && !can_countercapture(b, board_at(b, group_base(atari_neighbor)), atari_neighbor, m->color, NULL, 0)) return false; - fprintf(stderr, "%s: %d (%.3f)\n", coord2sstr(m->coord, b), (int) pi, pp->pat3_gammas[(int) pi]); + //fprintf(stderr, "%s: %d (%.3f)\n", coord2sstr(m->coord, b), (int) pi, pp->pat3_gammas[(int) pi]); if (gamma) *gamma = pp->pat3_gammas[(int) pi]; return true; -- 2.11.4.GIT