remove extra print (#5891)

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

View File

@ -99,8 +99,6 @@ fn command(
}
};
println!("len: {}", values.len());
let value = Value::List {
vals: values,
span: call.head,