Skip to content

Commit

Permalink
Fixes #209.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Jun 22, 2016
1 parent 90b8375 commit 7a372d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public DelegatingTemplateEngine(final CompositeConfiguration config, final Conte
@Override
public void renderDocument(final Map<String, Object> model, String templateName, final Writer writer) throws RenderingException {
model.put("version", config.getString(Keys.VERSION));
model.put("baked_timestamp", new Date());
Map<String, Object> configModel = new HashMap<String, Object>();
Iterator<String> configKeys = config.getKeys();
while (configKeys.hasNext()) {
Expand Down

0 comments on commit 7a372d6

Please sign in to comment.