Remove old warning method

This commit is contained in:
Tristan Hume
2013-08-22 12:57:16 -04:00
parent 77db92de54
commit 5bdfb62bf2
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -87,7 +87,6 @@ module Liquid
def render(context)
return '' if @name.nil?
context.errors << @warning if @warning
@filters.inject(context[@name]) do |output, filter|
filterargs = []
keyword_args = {}