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

@ -91,10 +91,6 @@ revolt(struct sctstr *sp)
sp->sct_item[I_CIVIL] = civ;
if (che_uw > 0)
sp->sct_item[I_UW] = uw;
#ifdef DEBUG
logerror("(#%d) %d che fired up in %s",
sp->sct_own, che, ownxy(sp));
#endif
}
}