get rid of annoying debugging message.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@697 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-11-20 15:04:37 +00:00
parent f339741dd2
commit 4e727b2f34
6 changed files with 18 additions and 24 deletions

View File

@@ -147,7 +147,6 @@ do_bootfile (char *bootfilename)
YAP_Functor functor_query = YAP_MkFunctor(YAP_LookupAtom("?-"),1);
fprintf(stderr,"Entering Yap\n");
/* consult boot.pl */
bootfile = fopen (bootfilename, "r");
if (bootfile == NULL)
@@ -491,7 +490,6 @@ main (int argc, char **argv)
int BootMode;
YAP_init_args init_args;
fprintf(stderr,"Entering YAP\n");
#ifdef SIMICS
fprintf(stdout,"Entering YAP\n");
#endif /* SIMICS */