Remove bugsnag config - this is added in deployment on a server-by-server basis

This commit is contained in:
Rohan Mitchell
2014-07-16 11:45:44 +10:00
parent 9542b7224c
commit b33a077fd0

View File

@@ -1,5 +0,0 @@
Bugsnag.configure do |config|
config.api_key = "937a200f492fad600b4cc29dddda5f71"
config.notify_release_stages = %w(production staging)
config.use_ssl = true
end