]> git.itanic.dy.fi Git - sdl-planets/commitdiff
create_planets: Remove unneeded debug print
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 20 Mar 2010 15:07:28 +0000 (17:07 +0200)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 20 Mar 2010 15:07:28 +0000 (17:07 +0200)
Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
planet.c

index eb2881b50649c1c0daada225f064de42e29743fa..69fadc0ca9fb4014c63f33ccc0f3cb04a3dc5392 100644 (file)
--- a/planet.c
+++ b/planet.c
@@ -84,8 +84,6 @@ void create_planets(struct planet *p, int num, double total_mass, double radius)
 
                sum += new_planet->mass;
        }
-
-       printf("Requested mass: %f, got %f\n", total_mass, sum);
 }
 
 void draw_planet(SDL_Surface *screen, struct planet *p,