Skip to content

Commit 682215c

Browse files
committed
style: remove consloe log, close #254
1 parent c4c4e82 commit 682215c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ function processing(file, output) {
3737
var html = fs.readFileSync(file, 'utf8')
3838
var plugins;
3939

40-
console.log(argv);
41-
4240
if (argv.autoOff) {
4341
var use = argv.use ? argv.use : [];
4442
var cfg = argv.config ? Object.keys(require(path.resolve(argv.config))) : [];

0 commit comments

Comments
 (0)