Skip to content

Commit b207d62

Browse files
committed
fix: remove debug console log
1 parent 47305de commit b207d62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export async function loadBumpConfig(
3232
},
3333
cwd: configFile ? dirname(configFile) : cwd,
3434
})
35-
console.log(config)
3635
return config!
3736
}
3837

0 commit comments

Comments
 (0)