projects
/
victrix-abyssi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f436075
)
Small debug message cleanup
author
Martin Read
<martin@blackswordsonics.com>
Wed, 26 Feb 2014 03:41:07 +0000
(
03:41
+0000)
committer
Martin Read
<martin@blackswordsonics.com>
Wed, 26 Feb 2014 03:41:07 +0000
(
03:41
+0000)
* shrine.cc: Removed debugging print_msg() call.
shrine.cc
patch
|
blob
|
history
diff --git
a/shrine.cc
b/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;
}
}