Remove redundant comment in Liquid::Template (#1328)

This commit is contained in:
Ashwin Maroli
2020-10-22 22:19:02 +05:30
committed by GitHub
parent 4c6166f989
commit 0e52706a5b

View File

@@ -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