Skip to content

Commit 61133dd

Browse files
committed
style: remove log, close #270
1 parent 5551a3a commit 61133dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ const processing = async file => {
6565
const output = await outResolve(file, cli.flags.output);
6666
const config = await cfgResolve(cli.flags);
6767

68-
console.log(config);
69-
7068
makeDir(path.dirname(output))
7169
.then(read.bind(null, file))
7270
.then(html => posthtml(load(config)).process(html))

0 commit comments

Comments
 (0)