Skip to content

Commit 769c979

Browse files
committed
Do not print logo during normal use
As discussed in #98 Fixes #99
1 parent 141b7a3 commit 769c979

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ let output = argv.output
130130

131131
if (argv.map) argv.map = { inline: false }
132132

133-
console.warn(chalk.bold.red(logo))
134-
135133
let config = {
136134
options: {
137135
map: argv.map !== undefined ? argv.map : { inline: true },

0 commit comments

Comments
 (0)