chore(library/tactic/apply_tactic): remove trace msg

This commit is contained in:
Leonardo de Moura 2016-06-18 10:35:12 -07:00
parent 00717318f0
commit 9cc3fb90ff

View file

@ -83,7 +83,6 @@ vm_obj apply_core(expr e, transparency_mode md, bool add_all, bool use_instances
return mk_tactic_exception(msg, s);
}
/* Synthesize type class instances */
std::cout << "use_instances: " << use_instances << "\n";
if (use_instances) {
unsigned i = is_instance.size();
while (i > 0) {