2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Don't alert.

This commit is contained in:
Guo Xiang Tan 2016-06-28 11:53:45 +08:00
parent 9ed79d8ecd
commit 3e07658fb2
No known key found for this signature in database
GPG key ID: 19C321C8952B0F72

View file

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