From db8cdac8d1db25cd6100ae9411c52e15ce78172a Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 21 Apr 2004 14:15:37 +0000 Subject: Forgot to remove test prints from creator.c Also added note about removing audio init in comment. --- source/creator/creator.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 48aa5afcb84..67c05422ed2 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -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(); /** -- cgit v1.2.3