Skip to content

Commit

Permalink
fix: delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
zhazhazhu committed Dec 28, 2023
1 parent b2d3ef2 commit 4167238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/nr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 4167238

Please sign in to comment.