remove errant debug_hook from read_and_match

This commit is contained in:
Mark
2023-07-09 10:30:30 -06:00
parent 918dfca409
commit fba7790637

View File

@@ -152,7 +152,6 @@ expand_op_list([Op | OtherOps], Pred, Spec, [(:- op(Pred, Spec, Op)) | OtherResu
read_and_match :-
'$debug_hook',
'$read_query_term'(_, Term, _, _, VarList),
instruction_match(Term, VarList).