mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 04:18:51 +00:00
Remove stray println (#4568)
* Default config improvements * Finish cleanup * Add some comments * remove println
This commit is contained in:
parent
56aacc4852
commit
6024a17a5b
1 changed files with 0 additions and 1 deletions
|
|
@ -215,7 +215,6 @@ impl NuCompleter {
|
|||
let mut named = vec![0; short.len_utf8()];
|
||||
short.encode_utf8(&mut named);
|
||||
named.insert(0, b'-');
|
||||
println!("{:?}", named);
|
||||
if named.starts_with(&prefix) {
|
||||
output.push((
|
||||
reedline::Span {
|
||||
|
|
|
|||
Loading…
Reference in a new issue