Skip to content
Snippets Groups Projects
Commit 188f14fd authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

remove debugging printf

parent 646531e6
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,6 @@ void main_allocations(struct stardata_t ** const new_stardata, ...@@ -58,7 +58,6 @@ void main_allocations(struct stardata_t ** const new_stardata,
*/ */
if(preferences!=NULL && *preferences==NULL) if(preferences!=NULL && *preferences==NULL)
{ {
printf("prefs != NULL but prefs = NULL\n");
*preferences = Calloc(sizeof(struct preferences_t),1); *preferences = Calloc(sizeof(struct preferences_t),1);
(*new_stardata)->preferences = *preferences; (*new_stardata)->preferences = *preferences;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment