remove dbg

pull/77/head
Roland Fredenhagen 3 years ago
parent b3c3c10755
commit ca2210e2e0
No known key found for this signature in database
GPG Key ID: 094AF99241035EB6

@ -64,7 +64,7 @@ fn main() {
ignore,
watch,
config,
} = dbg!(Opts::parse());
} = Opts::parse();
let config = match config::load_config(&config) {
Ok(config) => config,

Loading…
Cancel
Save