Remove 🆖 comments (#7877)

Noticed several instances of commented out code that should just be
deleted. Also a comment on `eval_external` that was incorrect. All gone
now.
This commit is contained in:
Reilly Wood
2023-01-27 05:48:31 -08:00
committed by GitHub
parent 2849e28c2b
commit 9ae2e528c5
6 changed files with 1 additions and 95 deletions

View File

@ -179,11 +179,6 @@ fn build_map(
}
}
// if last_val.is_some() && map.is_empty() {
// let val = nu_protocol_value_to_json(last_val.unwrap());
// return serde_json::Value::Array(vec![val]);
// }
map
}