Skip to content

Commit

Permalink
Remove println left in from debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
zrho committed Oct 4, 2024
1 parent 14e0e1e commit 706b7ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hugr-core/src/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ impl<'a> Context<'a> {
// Until we have a better representation for extension sets, we therefore
// need to try and parse each extension as a number to determine if it is
// a variable or an extension.
println!("ext set: {:?}", t);

// NOTE: This overprovisions the capacity since some of the entries of the row
// may be variables. Since we panic when there is more than one variable, this
Expand Down

0 comments on commit 706b7ac

Please sign in to comment.