Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Jul 12, 2024
1 parent d599ff3 commit 045d45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tooling/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub(crate) fn run(args: CompileCommand, config: NargoConfig) -> Result<(), CliEr
Some(NOIR_ARTIFACT_VERSION_STRING.to_owned()),
)?;

// let x = args.
if args.watch {
watch_workspace(&workspace, &args.compile_options)
.map_err(|err| CliError::Generic(err.to_string()))?;
Expand Down

0 comments on commit 045d45b

Please sign in to comment.