Skip to content

Commit b207d62

Browse files
committedOct 9, 2024
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

-1
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)
Please sign in to comment.