1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-12 21:16:51 +02:00

remove extra print ()

This commit is contained in:
Fernando Herrera 2022-06-26 11:48:30 -05:00 committed by GitHub
parent 228ede18cf
commit d3e84daa49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,