mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +03:00
commit
188186f3c2
1
examples/token/.gitignore
vendored
1
examples/token/.gitignore
vendored
@ -1 +1,2 @@
|
||||
outputs/
|
||||
build/
|
@ -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)?;
|
||||
|
Loading…
Reference in New Issue
Block a user