Skip to content

Commit 3f0cd8a

Browse files
authored
Merge pull request #54 from gmcninch/dont-print-json
don't print json
2 parents 364122a + 15468ce commit 3f0cd8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/mustache_cli.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ 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;
2423
apply_mustache j t
2524

2625
let usage () =

0 commit comments

Comments
 (0)