summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index 20ed72e4fd..e8b8d92bce 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -998,10 +998,8 @@ void free_self_from_net()
int hold = mitm[net].plus;
int do_what = damage_or_escape_net(hold);
-#ifdef DEBUG_DIAGNOSTICS
- mprf(MSGCH_DIAGNOSTICS, "net.plus: %d, ATTR_HELD: %d, do_what: %d",
+ dprf("net.plus: %d, ATTR_HELD: %d, do_what: %d",
hold, you.attribute[ATTR_HELD], do_what);
-#endif
if (do_what <= 0) // You try to destroy the net
{