Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored Jan 25, 2024
1 parent 64e2791 commit 6100957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language-server/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export class LanguageServerClient extends EventEmitter {
const typeshed = await retryAsyncLoad(() => {
return import(`../micropython/${branch}/typeshed.${this.locale}.json`);
});
console.log("Got", this.locale, typeshed);
return {
files: typeshed,
// Custom option in our Pyright version
Expand Down

0 comments on commit 6100957

Please sign in to comment.