3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

remove spurious print statement

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-06-12 18:31:28 -07:00 committed by Christoph M. Wintersteiger
parent 1a5327e427
commit 8fc6789955

View file

@ -567,7 +567,6 @@ namespace datalog {
m_rule_properties.check_uninterpreted_free();
break;
case QPDR_ENGINE:
std::cout << "QD\n";
m_rule_properties.collect(r);
m_rule_properties.check_for_negated_predicates();
m_rule_properties.check_uninterpreted_free();