mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Remove debug println
This commit is contained in:
parent
0046305ea1
commit
72a61f557b
1 changed files with 0 additions and 5 deletions
|
@ -39,11 +39,6 @@ pub fn baseline_parse_next_expr(
|
|||
source: &str,
|
||||
coerce_hint: Option<ExpressionKindHint>,
|
||||
) -> Result<(hir::Expression, &'nodes [TokenNode]), ShellError> {
|
||||
println!(
|
||||
"baseline_parse_next_expr {:?} - {:?}",
|
||||
token_nodes, coerce_hint
|
||||
);
|
||||
|
||||
let mut tokens = token_nodes.iter().peekable();
|
||||
|
||||
let first = next_token(&mut tokens);
|
||||
|
|
Loading…
Reference in a new issue