feat: Remove one printed message

This commit is contained in:
Rostislav Raykov 2019-09-17 21:55:53 +02:00
parent 5b084ef31c
commit 867f5dfe53

View file

@ -38,10 +38,6 @@ fn main() -> CliResult {
let args = Cli::from_args();
let should_use_cache = args.cache.is_some();
if should_use_cache {
println!("Using cached IP from previous request...");
}
let cached_ip: Option<String> = match args.cache.clone() {
Some(v) => {
if v.exists() {