Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <18012015693@163.com>
  • Loading branch information
He1pa committed Nov 19, 2024
1 parent 12b5126 commit e4bb7ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kclvm/sema/src/namer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ impl<'ctx> Namer<'ctx> {
}

for (name, modules) in namer.ctx.program.pkgs_not_imported.iter() {
eprintln!("namer walk not import {:?}", name);
namer.walk_pkg(name, modules);
}

Expand Down

0 comments on commit e4bb7ad

Please sign in to comment.