Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Greiner committed Sep 21, 2021
1 parent b16a5d2 commit 91d9b43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/lib/infer/constraint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ impl<'a> ConstraintContext<'a> {
&fc.to_type_signature(self.envs.get_current_env().unwrap())
.merge_with(&p.signature),
) {
println!(
"SETUP TRAIT {:#?} {:#?}",
f,
&fc.to_type_signature(self.envs.get_current_env().unwrap())
.merge_with(&p.signature)
);
self.setup_trait_call(fc, &f);
} else {
self.envs.diagnostics.push_error(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/infer/monomorphizer/monomorphizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct Monomorphizer<'a> {

impl<'a> Monomorphizer<'a> {
pub fn run(&mut self) -> Root {
println!("ENV MONO {:#?}", self.root.type_envs);
// println!("ENV MONO {:#?}", self.root.type_envs);
let prototypes = self
.root
.top_levels
Expand Down

0 comments on commit 91d9b43

Please sign in to comment.