diff --git a/config/environments/development.rb b/config/environments/development.rb index 0e58bca..55f465a 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -28,9 +28,9 @@ Wrestling::Application.configure do config.assets.debug = true config.after_initialize do - Bullet.enable = true - Bullet.alert = true - Bullet.console = true - Bullet.bullet_logger = true + #Bullet.enable = true + #Bullet.alert = true + #Bullet.console = true + #Bullet.bullet_logger = true end end