Small debug message cleanup
authorMartin Read <martin@blackswordsonics.com>
Wed, 26 Feb 2014 03:41:07 +0000 (03:41 +0000)
committerMartin Read <martin@blackswordsonics.com>
Wed, 26 Feb 2014 03:41:07 +0000 (03:41 +0000)
* shrine.cc: Removed debugging print_msg() call.

shrine.cc

index 949faaf..072751e 100644 (file)
--- 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;
             }
         }