Skip to content

Commit 6d7f64f

Browse files
authored
fix: remove console.log in getInfrastructureLogger
1 parent fc928f4 commit 6d7f64f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/infrastructure-logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export interface InfrastructureLogger {
1010

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

1514
return {
1615
log: logger.log.bind(logger),

0 commit comments

Comments
 (0)