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;
}
void
setPrologFlag(const char *name, int flags, ...)
{ GET_LD
if (!strcmp("file_name_variables",name))
printf("hello\n");
atom_t an = PL_new_atom(name);
prolog_flag *f;
Symbol s;