diff --git a/src/bin/nr.rs b/src/bin/nr.rs index 8ae81cb..535af52 100644 --- a/src/bin/nr.rs +++ b/src/bin/nr.rs @@ -21,7 +21,6 @@ impl ToString for ScriptRaw { let key = self.key.clone(); let description = self.description.clone(); let item = format!("{} {}", style(key).cyan(), style(description).dim()); - println!("selection option {}", item); item } }