]> git.itanic.dy.fi Git - sdl-planets/commitdiff
Remove excess status prints
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Tue, 13 Apr 2010 17:00:38 +0000 (20:00 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Tue, 13 Apr 2010 17:00:38 +0000 (20:00 +0300)
main.c

diff --git a/main.c b/main.c
index fb15d012097f9051666f2c284c95a7863ae20919..b60a4d08db4be517ed2f98f0d872522145c1a4ea 100644 (file)
--- a/main.c
+++ b/main.c
@@ -293,10 +293,10 @@ static void loop(SDL_Surface *screen, int num_of_planets, double total_mass,
 
                printf("  \rfps: %.2f, steps/s: %.2f, planets: %d"
                       ", scale %.2f, zoom %.2f, step %ld, visible %d,"
-                      " depth %ld, c:%ld, area: %.f, g: %.f %.f",
+                      " depth %ld, area: %.f, g: %.f %.f",
                       last_fps, last_sps, planets, status.time_scale,
                       camera.zoom, step_count, visible_planets,
-                      planet_root->tree.depth, planet_root->tree.children,
+                      planet_root->tree.depth,
                       planet_root->tree_area,
                       gravitations / (float) planets,
                       optimizations / (float) planets);