Skip to content

Commit

Permalink
chore: cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Feb 11, 2025
1 parent 710daf4 commit 81ce796
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/vscode/src/providers/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,7 @@ export class VisualEditorProvider implements CustomTextEditorProvider {
"QUARTO_VISUAL_EDITOR_CONFIRMED"
];
envVars.forEach(envVar => {
console.log(`Checking for environment variable: ${envVar}`);
if (process.env[envVar] !== undefined) {
console.log(`Setting visual mode confirmation to ${process.env[envVar] === "true"}`);
this.context.globalState.update(kVisualModeConfirmed, process.env[envVar] === "true");
}
});
Expand Down

0 comments on commit 81ce796

Please sign in to comment.