We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bef0d5 commit 7e21aaaCopy full SHA for 7e21aaa
src/utils/config.ts
@@ -62,7 +62,6 @@ async function writeDefaultSettings(): Promise<Settings> {
62
const defaults = SettingsSchema.parse({});
63
64
try {
65
- console.log('writing default settings');
66
const { path: settingsPath } = await saveSettings(defaults);
67
console.error(`Default settings written to ${settingsPath}`);
68
} catch (error) {
0 commit comments