Skip to content

Commit

Permalink
fix: Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Jun 25, 2023
1 parent c2ca2cb commit 9fb6ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/configuration/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default async function configurationLoader(filePath: string, content: str
log.verbose(log.prefix('configurationLoader'), 'Used strategy:', log.chalk.bold('esbuild'));
return config.default ?? config;
} catch (err: any) {
log.error(log.prefix('esbuild'), err);
errors.push(new Error(`${log.prefix('configurationLoader')} Failed to load configuration with ${log.chalk.bold('esbuild')}: ${err}`));
}

Expand Down

0 comments on commit 9fb6ec6

Please sign in to comment.