Skip to content

Commit

Permalink
Remove a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Feb 2, 2025
1 parent f9ad233 commit 5707436
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/type_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ pub fn check_module(module: &mut ast::Module) -> PgmTypes {
add_exception_types(module);
kind_inference::add_missing_type_params(module);
let mut tys = collect_types(module);

ast::printer::print_module(module);

for decl in module {
match &mut decl.node {
ast::TopDecl::Import(_) => panic!(
Expand Down

0 comments on commit 5707436

Please sign in to comment.