Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathreus committed Mar 7, 2021
1 parent ecfa5f4 commit 7d5f8f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export function activate(context: vscode.ExtensionContext) {
}
}, 300);
}
vscode.window.showInformationMessage("Starting SP Linter");

let compilerDiagnostics = vscode.languages.createDiagnosticCollection("compiler");
context.subscriptions.push(compilerDiagnostics);
Expand Down

0 comments on commit 7d5f8f4

Please sign in to comment.