remove debugging message

This commit is contained in:
Vítor Santos Costa 2011-03-14 20:52:23 +00:00
parent 926e720561
commit 5fb62129cb
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ Yap_MkBlobStringTerm(const char *s, size_t len)
H = (CELL *)sp;
sp->len = sz;
strncpy((char *)(sp+1), s, sz+1);
fprintf(stderr,"%s\n", (char *)(sp+1));
H += siz;
H[0] = EndSpecials;
H++;