Don't log bullet alerts in the console.

This commit is contained in:
Guo Xiang Tan 2016-06-29 09:36:32 +08:00
parent b4cb2e367c
commit 4a143d584b
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ Discourse::Application.configure do
config.after_initialize do
Bullet.enable = true
Bullet.console = true
Bullet.rails_logger = true
end
end