Skip to content

Commit

Permalink
Remove debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
SalsaGal committed Oct 20, 2024
1 parent af7e632 commit 62bf17e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cds2seq/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ use std::{fs::File, path::PathBuf};
struct Args {
/// `cds` file to read
input: PathBuf,
/// Whether to display debug information or not
#[clap(long, short)]
debug: bool,
}

#[derive(Debug)]
Expand Down

0 comments on commit 62bf17e

Please sign in to comment.