diff --git a/pl/boot.yap b/pl/boot.yap index 2d498eb29..acbc7d889 100644 --- a/pl/boot.yap +++ b/pl/boot.yap @@ -446,7 +446,6 @@ true :- true. '$read_toplevel'(Goal, Bindings) :- prompt1('?- '), prompt(_,'|: '), - '$system_catch'('$raw_read'(user_input, Line), prolog, E, (print_message(error, E), '$handle_toplevel_error'(Line, E))), (