Skip to content

Commit

Permalink
Remove diagnostic debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 19, 2024
1 parent d4de7a6 commit b438200
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Edit/Modules/Diagnostics/DiagnosticsModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public final class DiagnosticsModel {
let url = docDiagnostics.url

self.documentDiagnostics[url] = docDiagnostics

print(docDiagnostics)
}

public var hasDiagnostics: Bool {
Expand Down

0 comments on commit b438200

Please sign in to comment.