remove debugging info

This commit is contained in:
U-w7\vsc 2013-10-29 16:28:30 +00:00
parent 65f5a3d364
commit 1391dabd04
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ Yap_InitPreAllocCodeSpace(int wid)
}
AuxBase = (ADDR)(ptr);
AuxSp = (CELL *)(AuxTop = AuxBase+REMOTE_ScratchPad(wid).sz);
printf("wid=%d %p %p %p--%p\n", wid, AuxBase, AuxSp, Yap_HeapBase, H);
return ptr;
}