remove debug print bug (#8909)

# Description
Oops. Someone just found a eprintln that I left in the code 3 weeks ago.
This removes that debug message.
This commit is contained in:
Darren Schroeder 2023-04-17 07:47:08 -05:00 committed by GitHub
parent 6eb00f6c60
commit 3b20d6890c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -279,7 +279,6 @@ impl Command for ParEach {
// This match allows non-iterables to be accepted,
// which is currently considered undesirable (Nov 2022).
PipelineData::Value(x, ..) => {
eprint!("value");
let block = engine_state.get_block(block_id);
if let Some(var) = block.signature.get_positional(0) {