Skip to content

Commit

Permalink
remove rust changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 26, 2023
1 parent b0c2e4d commit 3139ca1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/noirc_driver/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ fn main() {
Box::new(acvm::default_is_opcode_supported(Language::R1CS)),
);

let a = 1;
println!("{a}");

// Add local crate to dep graph
driver.create_local_crate(ROOT_DIR_MAIN, CrateType::Binary);

Expand Down

0 comments on commit 3139ca1

Please sign in to comment.