Skip to content

Commit

Permalink
println removal
Browse files Browse the repository at this point in the history
Signed-off-by: Apokalip <simeon@manta.network>
  • Loading branch information
Apokalip committed Jan 23, 2023
1 parent 26f6d2a commit fe5f9e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ where

// MacOs installation puts assets in another folder "Resources" compared to Win/Linux Installations
let mut directory_check = PathBuf::from(&exec_dir).join("proving");
println!("{:?}", directory_check);
// check for test server and MacOs installation folder hierachy discrepancy relative to Win/Ubuntu
if !directory_check.is_dir() {
exec_dir.pop();
Expand All @@ -56,7 +55,6 @@ where
exec_dir.push("Resources");
}
}
println!("### {:?}", exec_dir);
// use absolute paths for release
let mut to_private = PathBuf::from(&exec_dir);
to_private.push("proving/to-private.lfs");
Expand Down

0 comments on commit fe5f9e0

Please sign in to comment.