Skip to content

Commit

Permalink
Remove misplaced warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tchak committed Jun 12, 2012
1 parent fb7517c commit 2397b6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ember/rails/engine.rb
Expand Up @@ -21,10 +21,6 @@ class Engine < ::Rails::Engine
# Add the gem's vendored ember to the end of the asset search path
variant = app.config.ember.variant

if variant.nil?
warn "[EMBER-RAILS] `ember.variant` was not found in your current environment"
end

ember_path = File.expand_path("../../../../vendor/ember/#{variant}", __FILE__)
app.config.assets.paths.unshift ember_path
end
Expand Down

0 comments on commit 2397b6b

Please sign in to comment.