# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1493303363 -7200
# Node ID 81ab841a0da5ea59c55674a31bc9f7b8bacb58cd
# Parent  b9582e2ebb5616af7c3604f81b74a05708d1a81c
Remove outdated/unused debug output

diff -r b9582e2ebb56 -r 81ab841a0da5 hedgewars/uStats.pas
--- a/hedgewars/uStats.pas	Thu Apr 27 05:07:35 2017 +0200
+++ b/hedgewars/uStats.pas	Thu Apr 27 16:29:23 2017 +0200
@@ -145,7 +145,6 @@
     else
         killsCheck:= 0;
 
-    system.writeln(inttostr(CurrentHedgehog^.stats.StepDamageRecv));
     // First blood (first damage, poison or kill)
     if ((DamageTotal > 0) or (KillsTotal > 0) or (PoisonTotal > 0)) and ((CurrentHedgehog^.stats.DamageGiven = DamageTotal) and (CurrentHedgehog^.stats.StepKills = KillsTotal) and (PoisonTotal = PoisonTurn + PoisonClan)) then
         AddVoice(sndFirstBlood, CurrentTeam^.voicepack)