Skip to content

Commit 901693a

Browse files
author
colinlyguo
committed
remove a log
1 parent 0bb5314 commit 901693a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zkvm-prover/src/prover.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ impl LocalProver {
182182
// if we got assigned a task for an unknown hard fork, there is something wrong in the
183183
// coordinator
184184
let config = self.config.circuits.get(hard_fork_name).unwrap();
185-
println!(
186-
"config workspace path for hard-fork {:?} = {:?}",
187-
hard_fork_name, config.workspace_path
188-
);
189185

190186
match hard_fork_name {
191187
"euclid" => Arc::new(Arc::new(Mutex::new(EuclidHandler::new(

0 commit comments

Comments
 (0)