Skip to content

Commit

Permalink
Update crates/noirc_evaluator/src/brillig/brillig_ir/artifact.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant authored Jul 4, 2023
1 parent 9c690ef commit 517a73d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/noirc_evaluator/src/brillig/brillig_ir/artifact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ impl BrilligArtifact {
/// Brillig artifact (self).
pub(crate) fn link_with(&mut self, func_label: Label, obj: &BrilligArtifact) {
// Add the unresolved jumps of the linked function to this artifact.
println!("Linking with {}", func_label);
println!("Current bytecode: {:?}", self.byte_code);
self.add_unresolved_jumps_and_calls(obj);

let mut byte_code = obj.byte_code.clone();
Expand Down

0 comments on commit 517a73d

Please sign in to comment.