debugging message: not being used any longer

This commit is contained in:
Vítor Santos Costa 2015-11-11 16:47:25 +00:00
parent 85fe3399b4
commit f822bc8077

View File

@ -770,7 +770,7 @@ static Term ParseTerm( int prio, JMPBUFF *FailBuff USES_REGS) {
case BQString_tok: /* build list on the heap */
{
Volatile char *p = (char *)LOCAL_tokptr->TokInfo;
printf("%s\n", p);
t = Yap_CharsToTBQ(p, CurrentModule, ENC_ISO_LATIN1 PASS_REGS);
if (!t) {
syntax_msg( "could not convert \'%s\"", (char *)LOCAL_tokptr->TokInfo );