diff --git a/src/main.rs b/src/main.rs index 66296b8..d144aba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,8 +42,5 @@ fn main() -> io::Result<()> { parser.parse()?; - // Write the JSON value to the output - //writeln!(output, "{}", parser.json)?; - Ok(()) }