Skip to content

Commit

Permalink
remove spurious logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Dec 10, 2024
1 parent 851fcfa commit aaf0150
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ private byte[] runInstance(LiquidDocument template, List<String> columns, List<S
private byte[] runBundle(LiquidDocument template, List<String> columns, List<List<String>> rows, String format) throws JsonException, IOException {
BaseCSVWrapper base = BaseCSVWrapper.forRows(columns, rows);
String cnt = liquid.evaluate(template, base, this).trim();
TextFile.stringToFile(cnt, "/Users/grahamegrieve/temp/liquid.out.json");
if ("json".equals(format)) {
JsonObject j = JsonParser.parseObject(cnt, true);
return JsonParser.composeBytes(j, true);
Expand Down

0 comments on commit aaf0150

Please sign in to comment.