mirror of
https://github.com/osmarks/random-stuff
synced 2025-07-02 01:32:49 +00:00
remove debugging code
This commit is contained in:
parent
c80ea1d0c7
commit
c65a55be67
@ -107,7 +107,6 @@ struct CLIOptions {
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let opts = CLIOptions::parse_args_default_or_exit();
|
let opts = CLIOptions::parse_args_default_or_exit();
|
||||||
println!("{:?}", opts);
|
|
||||||
|
|
||||||
let mut rng = match opts.seed {
|
let mut rng = match opts.seed {
|
||||||
Some(seed) => nanorand::WyRand::new_seed(seed),
|
Some(seed) => nanorand::WyRand::new_seed(seed),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user