remove debugging msg

This commit is contained in:
Vitor Santos Costa 2013-12-18 19:09:21 +00:00
parent 30828eba98
commit c6351abe25

View File

@ -118,11 +118,10 @@ indexOfBoolMask(unsigned int mask)
return i; return i;
} }
void void
setPrologFlag(const char *name, int flags, ...) setPrologFlag(const char *name, int flags, ...)
{ GET_LD { GET_LD
if (!strcmp("file_name_variables",name))
printf("hello\n");
atom_t an = PL_new_atom(name); atom_t an = PL_new_atom(name);
prolog_flag *f; prolog_flag *f;
Symbol s; Symbol s;