Minor cleanup

This commit is contained in:
Pranav Gaddamadugu 2022-07-21 09:37:45 -07:00
parent 40c63fab7e
commit 17efb7e9f3
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)?;