summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-09 05:44:20 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-09 05:44:20 +0000
commitaa1a0bb6dfa5866d0777f04cd3df70045976cd23 (patch)
tree28b068c65c299919d9626c5e683bcd46741717cb /crawl-ref/source/monstuff.cc
parenta37536cb8e61301d865bf8d909643bd4fca2f230 (diff)
downloadcrawl-ref-aa1a0bb6dfa5866d0777f04cd3df70045976cd23.tar.gz
crawl-ref-aa1a0bb6dfa5866d0777f04cd3df70045976cd23.zip
Fixed diagnostic tracer message being emitted in non-debug mode (Erik).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1001 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index c5882d783a..8022e24f2f 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -3108,9 +3108,6 @@ static int get_draconian_breath_spell( struct monsters *monster )
fire_tracer(monster, beem);
- mprf(MSGCH_DIAGNOSTICS, "tracer: foes: %d, friends: %d",
- beem.foe_count, beem.fr_count);
-
if (!mons_should_fire(beem))
draco_breath = MS_NO_SPELL;
}