Remove stray dbg! calls
This commit is contained in:
parent
5941f5fca0
commit
9602bc6f8e
2 changed files with 2 additions and 2 deletions
|
@ -711,7 +711,7 @@ impl Worktree {
|
|||
let mut primary_diagnostic_group_ids = HashMap::default();
|
||||
let mut sources_by_group_id = HashMap::default();
|
||||
let mut supporting_diagnostic_severities = HashMap::default();
|
||||
for diagnostic in dbg!(¶ms.diagnostics) {
|
||||
for diagnostic in ¶ms.diagnostics {
|
||||
let source = diagnostic.source.as_ref();
|
||||
let code = diagnostic.code.as_ref().map(|code| match code {
|
||||
lsp::NumberOrString::Number(code) => code.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue