We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c4e82 commit 682215cCopy full SHA for 682215c
1 file changed
cli.js
@@ -37,8 +37,6 @@ function processing(file, output) {
37
var html = fs.readFileSync(file, 'utf8')
38
var plugins;
39
40
- console.log(argv);
41
-
42
if (argv.autoOff) {
43
var use = argv.use ? argv.use : [];
44
var cfg = argv.config ? Object.keys(require(path.resolve(argv.config))) : [];
0 commit comments