Skip to content

Commit

Permalink
removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed Oct 29, 2018
1 parent 5cfa14f commit 6b385b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plotter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ fn calculate_mem_to_use(

// ensure a minimum buffer
mem = max(mem, num_buffer * NONCE_SIZE * nonces_per_sector);
println!("DEBUG: MEM Bytes{} Nonces{}",mem,mem/NONCE_SIZE);
mem
}

Expand Down

0 comments on commit 6b385b1

Please sign in to comment.