mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 05:33:49 +00:00
Remove leftover println statements (#18389)
Remove some leftover println statements from #17644 Release Notes: - N/A
This commit is contained in:
parent
3f415f3587
commit
31902a1b73
1 changed files with 0 additions and 2 deletions
|
@ -213,8 +213,6 @@ fn find_number(
|
|||
begin = Some(offset);
|
||||
}
|
||||
num.push(ch);
|
||||
println!("pushing {}", ch);
|
||||
println!();
|
||||
} else if begin.is_some() {
|
||||
end = Some(offset);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue