Skip to content

Commit

Permalink
rm console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 13, 2024
1 parent 68042f1 commit 1e8bbc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/language-server/glint-language-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ export default class GlintLanguageServer {
uri,
position
);
console.error(`ALEX getting completions ${+new Date()}`);

if (!this.isAnalyzableFile(transformedFileName)) return;

Expand All @@ -253,8 +252,6 @@ export default class GlintLanguageServer {
formatting
);

console.error(`ALEX DONE getting completions ${+new Date()}`);

return completions?.entries.map((completionEntry) => {
const glintCompletionItem: GlintCompletionItem = {
label: completionEntry.name,
Expand Down

0 comments on commit 1e8bbc3

Please sign in to comment.