Skip to content

Commit

Permalink
misc(remove code): remove unused code (#1800)
Browse files Browse the repository at this point in the history
* misc(remove code): remove unused code

* misc(remove code): remove unused code

Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
evenstensberg and snitin315 committed Sep 17, 2020
1 parent cb38d63 commit 4ee08d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions packages/webpack-cli/lib/utils/Compiler.js
Expand Up @@ -33,10 +33,6 @@ class Compiler {
});
}

showEmojiConditionally() {
return process.stdout.isTTY && process.platform === 'darwin';
}

generateOutput(outputOptions, stats) {
this.output.generateRawOutput(stats, this.compilerOptions);
process.stdout.write('\n');
Expand Down
4 changes: 0 additions & 4 deletions packages/webpack-cli/lib/utils/CompilerOutput.js
Expand Up @@ -27,10 +27,6 @@ class CompilerOutput {
.slice(0, 15)
.join('\n');
}

_showEmojiConditionally() {
return process.stdout.isTTY && process.platform === 'darwin';
}
}

module.exports = { CompilerOutput };

0 comments on commit 4ee08d8

Please sign in to comment.