remove debugging msg
This commit is contained in:
parent
30828eba98
commit
c6351abe25
@ -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;
|
||||
|
Reference in New Issue
Block a user