removing debug message

This commit is contained in:
zicodxx 2007-02-09 19:17:22 +00:00
parent a6d6ec118c
commit d33ef5ab00

View file

@ -2886,7 +2886,6 @@ void newdemo_start_playback(char * filename)
} else {
strcpy(fullname,DEMO_DIR);
strcat(fullname,filename);
printf("FULLNAME: %s\n",fullname);
infile = fopen( fullname, "rb" );
}