[Remove] Forgot to take out debug message.

This commit is contained in:
Allanis 2013-08-10 12:33:28 +01:00
parent cd1565a6d5
commit 4e7f7c73e5

View File

@ -80,7 +80,6 @@ static void faction_sanitizePlayer(Faction* faction) {
void faction_modPlayer(int f, int mod) {
int i;
Faction* faction, *ally, *enemy;
DEBUG("MOD: %d ALLY/ENEMY MOD: %d", mod, mod/2);
if(faction_isFaction(f)) {
faction = &faction_stack[f];