]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove the debug print
authorterencehill <piuntn@gmail.com>
Sat, 15 Jan 2011 15:44:08 +0000 (16:44 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 15 Jan 2011 15:44:08 +0000 (16:44 +0100)
qcsrc/client/hud.qc

index 2f13b21f1ea20ce5d9678e183580c1fe5444550b..e90ba56ae577797f8fa3db895e0aefba610ab871 100644 (file)
@@ -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)