forked from extern/nushell
Remove stray println (#4568)
* Default config improvements * Finish cleanup * Add some comments * remove println
This commit is contained in:
parent
56aacc4852
commit
6024a17a5b
@ -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 New Issue
Block a user