remove debugging message.
This commit is contained in:
parent
30d9257fe0
commit
2d2f5f8702
@ -385,7 +385,6 @@ get_string_text(word w, PL_chars_t *text ARG_LD)
|
|||||||
{
|
{
|
||||||
CELL fl = RepAppl(w)[1];
|
CELL fl = RepAppl(w)[1];
|
||||||
if (fl == BLOB_STRING) {
|
if (fl == BLOB_STRING) {
|
||||||
fprintf(stderr,"%s\n", Yap_BlobStringOfTerm(w));
|
|
||||||
text->text.t = Yap_BlobStringOfTerm(w);
|
text->text.t = Yap_BlobStringOfTerm(w);
|
||||||
text->encoding = ENC_ISO_LATIN_1;
|
text->encoding = ENC_ISO_LATIN_1;
|
||||||
text->length = strlen(text->text.t);
|
text->length = strlen(text->text.t);
|
||||||
|
Reference in New Issue
Block a user