Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Aug 1, 2024
1 parent ab12f1d commit eddab2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drizzle-kit/src/cli/commands/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,6 @@ export const drizzleConfigFromFile = async (
join(resolve('drizzle.config.json')),
);

console.log('defaultTsConfigExists', join(resolve('drizzle.config.ts')));

const defaultConfigPath = defaultTsConfigExists
? 'drizzle.config.ts'
: defaultJsConfigExists
Expand Down

0 comments on commit eddab2e

Please sign in to comment.