Skip to content

Commit

Permalink
kp: inv + roundtrip OK
Browse files Browse the repository at this point in the history
  • Loading branch information
busstoptaktik committed Aug 10, 2023
1 parent 49384de commit 3ffc6cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bin/kp.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use anyhow::bail;
use clap::Parser;
use geodesy::prelude::*;
use log::{info, trace}; // debug, error, warn: not used
Expand Down Expand Up @@ -65,10 +64,6 @@ fn main() -> Result<(), anyhow::Error> {

log::trace!("This is KP");

if options.inverse && options.roundtrip {
bail!("Options `inverse` and `roundtrip` are mutually exclusive");
}

if options.debug {
eprintln!("args: {:?}", options.args);
if let Some(dir) = dirs::data_local_dir() {
Expand Down

0 comments on commit 3ffc6cf

Please sign in to comment.