Skip to content

Commit

Permalink
fix(vm/vm_environment): remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Jul 26, 2019
1 parent d31cc18 commit 014fd37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/library/vm/vm_environment.cpp
Expand Up @@ -139,11 +139,9 @@ vm_obj environment_add_ginductive(vm_obj const & env, vm_obj const & opts, vm_ob
if (inds.empty())
throw exception("cannot declare 0 inductives");

std::cout << "foo bar\n";
environment new_env = add_inductive_declaration(
to_env(env), to_options(opts), implicit_infer_map,
lp, params, inds, intro_rules, !to_bool(is_meta));
std::cout << "bar foo bar\n";

return mk_vm_exceptional_success(to_obj(new_env));
} catch (throwable & ex) {
Expand Down

0 comments on commit 014fd37

Please sign in to comment.