mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 14:50:02 +02:00
remove extra print (#5891)
This commit is contained in:
parent
228ede18cf
commit
d3e84daa49
@ -99,8 +99,6 @@ fn command(
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("len: {}", values.len());
|
|
||||||
|
|
||||||
let value = Value::List {
|
let value = Value::List {
|
||||||
vals: values,
|
vals: values,
|
||||||
span: call.head,
|
span: call.head,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user