diff --git a/lib/squib/deck.rb b/lib/squib/deck.rb index d40a6c6..63fb17b 100644 --- a/lib/squib/deck.rb +++ b/lib/squib/deck.rb @@ -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 ##################