Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 15, 2024
1 parent 340a86a commit feda7cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ async function main(): Promise<void> {

// Install tools via asdf at first
await generateToolVersions(rootConfig);

if (Math.random() > 0) {
process.exit(0);
}

if (!rootConfig.isBun) {
// Install yarn berry
await generateYarnrcYml(rootConfig);
Expand Down

0 comments on commit feda7cb

Please sign in to comment.