Skip to content

Commit f8a55e2

Browse files
don't print json
1 parent 2f1d46a commit f8a55e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mustache_cli.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let run json_filename template_filename =
2020
let j = load_file json_filename
2121
and t = load_file template_filename
2222
in
23-
print_endline j;
23+
(* print_endline j; *)
2424
apply_mustache j t
2525

2626
let usage () =

0 commit comments

Comments
 (0)