Skip to content

Commit 7e21aaa

Browse files
committed
clean
1 parent 5bef0d5 commit 7e21aaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ async function writeDefaultSettings(): Promise<Settings> {
6262
const defaults = SettingsSchema.parse({});
6363

6464
try {
65-
console.log('writing default settings');
6665
const { path: settingsPath } = await saveSettings(defaults);
6766
console.error(`Default settings written to ${settingsPath}`);
6867
} catch (error) {

0 commit comments

Comments
 (0)