Forgot to remove test prints from creator.c

Also added note about removing audio init in comment.
This commit is contained in:
Ton Roosendaal 2004-04-21 14:15:37 +00:00
parent 9722b25637
commit db8cdac8d1

@ -414,17 +414,14 @@ int main(int argc, char **argv)
}
}
printf("before BPY_start_python\n");
BPY_start_python();
/**
* NOTE: sound_init_audio() *must be* after start_python,
* at least on FreeBSD.
* added note (ton): i removed it altogether
*/
//printf("before init_audio\n");
// sound_init_audio();
printf("before BIF_init\n");
BIF_init();
/**