mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
Remove println
This commit is contained in:
parent
dd4e59d627
commit
dea5ff17c3
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ impl Highlighter for Helper {
|
|||
}
|
||||
|
||||
fn paint_token_node(token_node: &TokenNode, line: &str) -> String {
|
||||
//println!("{:?}", token_node);
|
||||
let styled = match token_node {
|
||||
TokenNode::Call(..) => Color::Cyan.bold().paint(token_node.span().slice(line)),
|
||||
TokenNode::Whitespace(..) => Color::White.normal().paint(token_node.span().slice(line)),
|
||||
|
|
|
|||
Loading…
Reference in a new issue