Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspang committed Oct 17, 2024
1 parent 803067d commit 6d77b01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vscode-cairo/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export async function activate(extensionContext: vscode.ExtensionContext) {

if (ctx.config.get("showInStatusBar")) {
await setupStatusBar(ctx, client);
} else {
ctx.log.warn("status bar is disabled");
ctx.log.warn("note: set `cairo1.showInStatusBar` to `true` to enable it");
}
}

Expand Down

0 comments on commit 6d77b01

Please sign in to comment.