diff --git a/examples/token/.gitignore b/examples/token/.gitignore index 17aa483ab4..63c92f940d 100644 --- a/examples/token/.gitignore +++ b/examples/token/.gitignore @@ -1 +1,2 @@ outputs/ +build/ \ No newline at end of file diff --git a/leo/commands/run.rs b/leo/commands/run.rs index b4d8779bfb..ddfe6954e2 100644 --- a/leo/commands/run.rs +++ b/leo/commands/run.rs @@ -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)?;