remove debugging message.

This commit is contained in:
Vítor Santos Costa 2011-03-14 21:03:13 +00:00
parent 30d9257fe0
commit 2d2f5f8702

View File

@ -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);