Removing warning

dev
Andy Meneely 2014-07-29 17:00:57 -04:00
parent 373d841823
commit f3b4ca50a2
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ module Squib
@layout[key] = value
end
end
Squib::logger.warn "Multi-level extends not supported. If you want them, contact the developer." if @layout.to_s.include? '"extends"=>'
end
##################