Skip to content

Commit

Permalink
Remove Airbrake API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky committed Feb 17, 2015
1 parent 5865fc9 commit 737d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/airbrake.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Airbrake.configure do |config|
config.api_key = '***REMOVED***'
config.api_key = '**REMOVED**'
end

0 comments on commit 737d4c8

Please sign in to comment.