From 0e52706a5b4ff30048bb0fdf1b7f50b66383c7c3 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 22 Oct 2020 22:19:02 +0530 Subject: [PATCH] Remove redundant comment in Liquid::Template (#1328) --- lib/liquid/template.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/liquid/template.rb b/lib/liquid/template.rb index bad8789..56c25d8 100644 --- a/lib/liquid/template.rb +++ b/lib/liquid/template.rb @@ -191,7 +191,6 @@ module Liquid begin # render the nodelist. - # for performance reasons we get an array back here. join will make a string out of it. with_profiling(context) do @root.render_to_output_buffer(context, output || +'') end