Skip to content

Commit 8866ca7

Browse files
committed
fix(mdline): remove console.log
1 parent 7f7ee58 commit 8866ca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mdline/src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as parser from "@mdline/mdline-parser";
66
import * as formatter from "@mdline/mdline-formatter-html";
77

88
export async function run(argv: string[]) {
9-
console.log(argv);
109
const cli = meow(`
1110
Usage
1211
$ mdline <input> [Options]

0 commit comments

Comments
 (0)