Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed May 3, 2024
1 parent efcb956 commit f26c981
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/editor/codemirror/language-server/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export const diagnosticsMapping = (
): Diagnostic[] =>
lspDiagnostics
.map(({ range, message, severity, tags, code }): Diagnostic | undefined => {
console.log(code);
console.log(device);
// Only show warnings for using V2 API features if a V1 board is connected.
if (
code === "reportMicrobitV2ApiUse" &&
Expand Down

0 comments on commit f26c981

Please sign in to comment.