From 69ff5f66dc99eeafa0e491582bbce76854671941 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Thu, 22 Oct 2009 22:49:12 +0200 Subject: Remove Chronos debug messages from non-debug builds. --- crawl-ref/source/abl-show.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index 28825c8407..4a2609c606 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -2086,7 +2086,6 @@ static bool _do_ability(const ability_def& abil) break; case ABIL_CHRONOS_PONDEROUSIFY: - mprf(MSGCH_DIAGNOSTICS, "Making something ponderous."); ponderousify_armour(); break; @@ -2102,7 +2101,9 @@ static bool _do_ability(const ability_def& abil) case ABIL_CHRONOS_SLOUCH: mpr("You can feel time thicken."); - mprf(MSGCH_GOD, "your speed is %d", player_movement_speed()); +#ifdef DEBUG_DIAGNOSTICS + mprf(MSGCH_DIAGNOSTICS, "your speed is %d", player_movement_speed()); +#endif chronos_slouch(0); //TODO make pow not a dummy value. break; -- cgit v1.2.3-54-g00ecf