diff --git a/rust-stream/src/lib.rs b/rust-stream/src/lib.rs index 953858e..0f34c02 100644 --- a/rust-stream/src/lib.rs +++ b/rust-stream/src/lib.rs @@ -278,7 +278,6 @@ static DOUBLE_START_SCALAR: f64 = START_SCALAR as f64; static DOUBLE_INIT: (f64, f64, f64) = (START_A as f64, START_B as f64, START_C as f64); pub fn run(args: &Vec) -> bool { - println!("`{:?}`", args); let options: Options = Options::from_iter(args);