Skip to content

Commit 83b72a2

Browse files
authored
Merge pull request #55 from coderoad/feature/optional-level-description
remove "validate" log
2 parents aaa2a40 + 9a452bd commit 83b72a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/build.ts

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ async function build(args: string[]) {
4444
getArg(args, { name: "output", alias: "o" }) || "tutorial.json";
4545
const validate = getArg(args, { name: "validate", alias: "v" }) !== "false";
4646

47-
console.log("validate", validate);
48-
4947
console.log(`Building CodeRoad ${output}...`);
5048

5149
options = {

0 commit comments

Comments
 (0)