Only warn if private predicates are used in specification
This commit is contained in:
parent
4de4cc21da
commit
3bf981236a
@ -47,11 +47,7 @@ where
|
||||
match problem.check_that_only_input_and_output_predicates_are_used()
|
||||
{
|
||||
Ok(_) => (),
|
||||
Err(error) =>
|
||||
{
|
||||
log::error!("{}", error);
|
||||
std::process::exit(1)
|
||||
}
|
||||
Err(error) => log::warn!("{}", error),
|
||||
}
|
||||
|
||||
match problem.restrict_to_output_predicates()
|
||||
|
Loading…
Reference in New Issue
Block a user