chore(library/blast/state): do not display set of active hypotheses

This is just "noise" in error messages
This commit is contained in:
Leonardo de Moura 2015-12-30 11:31:59 -08:00
parent dc6a3e30c0
commit 2a454ce791

View file

@ -297,7 +297,6 @@ void state::display(environment const & env, io_state const & ios) const {
formatter fmt = ios.get_formatter_factory()(env, ios.get_options());
auto & out = ios.get_diagnostic_channel();
out << mk_pair(to_goal().pp(fmt), ios.get_options()) << "\n";
display_active(out.get_stream());
}
bool state::has_assigned_uref(level const & l) const {