diff options
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index 6157f20d3..4b25ab1a8 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -75,8 +75,6 @@ Rails.application.configure do Bullet.add_whitelist type: :n_plus_one_query, class_name: 'User', association: :account end - - config.react.variant = :development end require 'sidekiq/testing' |