Skip to content

Commit 4ee08d8

Browse files
misc(remove code): remove unused code (#1800)
* misc(remove code): remove unused code * misc(remove code): remove unused code Co-authored-by: Nitin Kumar <[email protected]>
1 parent cb38d63 commit 4ee08d8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/webpack-cli/lib/utils/Compiler.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ class Compiler {
3333
});
3434
}
3535

36-
showEmojiConditionally() {
37-
return process.stdout.isTTY && process.platform === 'darwin';
38-
}
39-
4036
generateOutput(outputOptions, stats) {
4137
this.output.generateRawOutput(stats, this.compilerOptions);
4238
process.stdout.write('\n');

packages/webpack-cli/lib/utils/CompilerOutput.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ class CompilerOutput {
2727
.slice(0, 15)
2828
.join('\n');
2929
}
30-
31-
_showEmojiConditionally() {
32-
return process.stdout.isTTY && process.platform === 'darwin';
33-
}
3430
}
3531

3632
module.exports = { CompilerOutput };

0 commit comments

Comments
 (0)