diff --git a/src/feed_watch.rs b/src/feed_watch.rs index 6abc3f7..f0be0a9 100644 --- a/src/feed_watch.rs +++ b/src/feed_watch.rs @@ -58,9 +58,8 @@ pub fn c_feed_watch(c: &Context) { } } - if check_cid == false && { prompt.is_empty() == false || com.is_empty() == false } { + if prompt.is_empty() == false || com.is_empty() == false { println!("{}", handle); - if c.bool_flag("debug") == true { println!( "cid:{}\nuri:{}\ncid_root:{}\nuri_root:{}\nhost:{}\ndid:{}\ncheck_cid:{}",