Drop ancient #ifdef DEBUG cruft

A few are left in src/lib/as/.
This commit is contained in:
Markus Armbruster 2010-05-23 18:30:10 +02:00
parent 531bac70a4
commit 7d1c358e23
3 changed files with 0 additions and 12 deletions

View file

@ -80,11 +80,6 @@ prepare_sects(int etu, struct bp *bp)
bp_set_from_sect(bp, sp);
np = getnatp(sp->sct_own);
#ifdef DEBUG
if (np->nat_stat == STAT_SANCT)
logerror("Prepare.c: country in sanctuary skipped production");
#endif /* DEBUG */
if (np->nat_stat != STAT_SANCT) {
guerrilla(sp);
do_plague(sp, np, etu);