Merge pull request #1959 from AleoHQ/cleanup

Minor cleanup
This commit is contained in:
Collin Chin 2022-07-21 10:48:36 -07:00 committed by GitHub
commit 188186f3c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1,2 @@
outputs/
build/

View File

@ -67,8 +67,6 @@ impl Command for Run {
let mut arguments = vec![ALEO_CLI_COMMAND.to_string(), self.name];
arguments.append(&mut inputs);
println!("Arguments: {:?}", arguments);
// Open the Leo build/ directory
let path = context.dir()?;
let build_directory = BuildDirectory::open(&path)?;