From: terencehill Date: Sat, 15 Jan 2011 15:44:08 +0000 (+0100) Subject: Remove the debug print X-Git-Tag: xonotic-v0.5.0~322 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a074e80b844a0068484d39e59520a82ec7d627c8;p=xonotic%2Fxonotic-data.pk3dir.git Remove the debug print --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 2f13b21f1..e90ba56ae 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4394,7 +4394,6 @@ void HUD_Physics(void) else top_speed = 0; } - print(ftos(f), "\n"); //draw acceleration if(acceleration && autocvar_hud_panel_physics_progressbar)