]> Repositorios git - scryer-prolog.git/commitdiff
remove errant debug_hook from read_and_match
authorMark <[email protected]>
Sun, 9 Jul 2023 16:30:30 +0000 (10:30 -0600)
committerMark <[email protected]>
Sun, 9 Jul 2023 16:30:30 +0000 (10:30 -0600)
src/toplevel.pl

index baf7ca1d62dcf2b581f89f90beff91e059240255..8318f43b476f5e7a054fff327f9572c7540de38e 100644 (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).