remove debugging code

This commit is contained in:
osmarks 2021-04-08 16:30:05 +01:00
parent c80ea1d0c7
commit c65a55be67
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ struct CLIOptions {
fn main() {
let opts = CLIOptions::parse_args_default_or_exit();
println!("{:?}", opts);
let mut rng = match opts.seed {
Some(seed) => nanorand::WyRand::new_seed(seed),