From 5a3790a42704f37215b6a9bcab110f976ce6e1ce Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 12 Aug 2016 08:17:46 +0100 Subject: [PATCH] Removed debug output. --- src/galaxy/starSystems.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/galaxy/starSystems.c b/src/galaxy/starSystems.c index c39735e..31ab749 100644 --- a/src/galaxy/starSystems.c +++ b/src/galaxy/starSystems.c @@ -184,8 +184,6 @@ void updateStarSystemMissions(void) sprintf(starSystem->description, "[ %s ] [ Missions %d / %d ]", starSystem->name, starSystem->completedMissions, starSystem->availableMissions); } - - printf("completed=%d, available=%d, total=%d\n", game.completedMissions, game.availableMissions, game.totalMissions); } void destroyStarSystems(void)