diff --git a/src/main.rs b/src/main.rs index 77cef70..b059a8e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,11 +30,6 @@ struct Cli { /// Cache file for previously reported IP address (if skipped the IP will be reported on every execution) #[structopt(long = "cache", short = "c")] cache: Option, - - // TODO: implement logging later - /// Log file (if skipped stdOut is used) - #[structopt(long = "log", short = "l")] - log_file: Option, } fn main() -> CliResult {