From 3d53541decd162e3e7fc7b59b7639a69c7696224 Mon Sep 17 00:00:00 2001 From: Martin Read Date: Wed, 26 Feb 2014 03:41:07 +0000 Subject: [PATCH] Small debug message cleanup * shrine.cc: Removed debugging print_msg() call. --- shrine.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/shrine.cc b/shrine.cc index 949faaf..072751e 100644 --- a/shrine.cc +++ b/shrine.cc @@ -123,7 +123,6 @@ void place_shrine(Coord topleft, shrine const *sh, uint32_t accept_conns, Terrai tstmask = rotate_connection_mask(sh->connection_mask, r); if (tstmask & accept_conns) { - print_msg("Test %#x matches requested mask %#x at rotation %d\n", tstmask, accept_conns, r); break; } } -- 2.11.0