Skip to content

Commit

Permalink
fix: remove debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 9, 2024
1 parent 47305de commit b207d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export async function loadBumpConfig(
},
cwd: configFile ? dirname(configFile) : cwd,
})
console.log(config)
return config!
}

Expand Down

0 comments on commit b207d62

Please sign in to comment.