Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 24, 2024
1 parent 14211e2 commit ff8d2bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ fn main() -> io::Result<()> {

parser.parse()?;

// Write the JSON value to the output
//writeln!(output, "{}", parser.json)?;

Ok(())
}

0 comments on commit ff8d2bc

Please sign in to comment.