mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
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:
parent
6eb00f6c60
commit
3b20d6890c
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue