summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.cc')
-rw-r--r--crawl-ref/source/monplace.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index ab7b6112f4..ed491e5efd 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -230,11 +230,6 @@ void spawn_random_monsters()
return;
}
- mprf(MSGCH_DIAGNOSTICS, "dungeon? %s, temple? %s, descending? %s",
- you.level_type == LEVEL_DUNGEON ? "true" : "false",
- player_in_branch(BRANCH_ECUMENICAL_TEMPLE) ? "true" : "false",
- you.char_direction == GDT_DESCENDING ? "true" : "false");
-
// Place normal dungeon monsters, but not in player LOS.
if (you.level_type == LEVEL_DUNGEON
&& !player_in_branch( BRANCH_ECUMENICAL_TEMPLE )