From ff8d2bcbcfa542dedd213f3fc9a00c1006dc42bd Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Tue, 24 Sep 2024 18:12:40 +0100 Subject: [PATCH] remove commented code --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) 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(()) }