summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 48c3c0a3ce..5dd91441a7 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -578,7 +578,6 @@ static dungeon_feature_type _find_appropriate_stairs(bool down)
case LEVEL_LABYRINTH:
if (down)
{
- // Can't go down in the Labyrinth
mpr("Can't go down in the Labyrinth.");
return DNGN_UNSEEN;
}