Skip to content

Commit

Permalink
Remove debugging code (#206)
Browse files Browse the repository at this point in the history
This was accidentally left in after a previous fix.
  • Loading branch information
DavePearce authored Jun 18, 2024
1 parent 7a8d41b commit a5d8bcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ pub(crate) fn reduce_toplevel(
// Perspectives are just multiplicative coefficients, and are
// controlled exceptions to the usual loobean typing rules
let body_type = body.t();
println!("APPLYING PERSPECTIVE");
Intrinsic::Mul
.unchecked_call(&[persp_guard, body])
.with_context(|| anyhow!("constraint {}", name))?
Expand Down

0 comments on commit a5d8bcf

Please sign in to comment.