From e305edc3b8a92df47bae6d87c33812681c9716b0 Mon Sep 17 00:00:00 2001 From: Tristan Hume Date: Tue, 27 Aug 2013 09:53:06 -0400 Subject: [PATCH] Remove extra comment --- lib/liquid/template.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/liquid/template.rb b/lib/liquid/template.rb index 4617e1e8..87f1491c 100644 --- a/lib/liquid/template.rb +++ b/lib/liquid/template.rb @@ -73,8 +73,6 @@ module Liquid self end - # memoize because the warnings operation - # could be expensive. def warnings return [] unless @root @warnings ||= @root.warnings