clippy fix and remove some prints
This commit is contained in:
@@ -113,12 +113,8 @@ impl<'a> CodeGenerator<'a> {
|
||||
term,
|
||||
};
|
||||
|
||||
println!("{}", program.to_pretty());
|
||||
|
||||
program = aiken_optimize_and_intern(program);
|
||||
|
||||
println!("{}", program.to_pretty());
|
||||
|
||||
program
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user