From 4e7f7c73e5c6c4895ee7c8001809727b331f8f74 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Sat, 10 Aug 2013 12:33:28 +0100 Subject: [PATCH] [Remove] Forgot to take out debug message. --- src/faction.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/faction.c b/src/faction.c index e67f96f..023ca44 100644 --- a/src/faction.c +++ b/src/faction.c @@ -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];