Skip to content

Commit 9a452bd

Browse files
committed
remove "validate" log
Signed-off-by: shmck <[email protected]>
1 parent a8155e1 commit 9a452bd

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)