Skip to content

Commit

Permalink
fix: remove console.log in getInfrastructureLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Jan 29, 2022
1 parent fc928f4 commit 6d7f64f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion src/infrastructure-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface InfrastructureLogger {

export function getInfrastructureLogger(compiler: webpack.Compiler): InfrastructureLogger {
const logger = compiler.getInfrastructureLogger('ForkTsCheckerWebpackPlugin');
console.log(compiler.infrastructureLogger);

return {
log: logger.log.bind(logger),
Expand Down

0 comments on commit 6d7f64f

Please sign in to comment.