Skip to content

Commit

Permalink
Update hugr-passes/src/monomorphize.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q authored Dec 12, 2024
1 parent 61afb2e commit 7618fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hugr-passes/src/monomorphize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ fn mono_scan(
)
}
OpType::LoadFunction(lf) => {
eprintln!("{lf:?}");
let mono_sig = lf.instantiation.clone();
(
&lf.type_args,
Expand Down

0 comments on commit 7618fa3

Please sign in to comment.