get rid of stupid debugging message

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1146 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2004-09-20 04:17:12 +00:00
parent 09293baa7c
commit b3c813bfee
1 changed files with 0 additions and 5 deletions

View File

@ -673,11 +673,6 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end,
#endif
CELL *CodeMaxBase = CodeMax;
{int i;
for (i = 0; i < 10; i++)
printf("vsc: Here I go again\n");
}
loop:
while (pt0 <= pt0_end) {