diff --git a/C/errors.c b/C/errors.c index 7cdd9bff3..60f5b46b3 100644 --- a/C/errors.c +++ b/C/errors.c @@ -506,7 +506,6 @@ Yap_Error(yap_error_number type, Term where, char *format,...) error_exit_yap (1); } case PURE_ABORT: - fprintf(stderr,"%% YAP execution aborted.\n"); fun = FunctorVar; serious = TRUE; break;