Skip to content

Commit

Permalink
remove unused initializers (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Sep 21, 2023
1 parent f9906e6 commit 04ee5fb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 209 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion apps/dashboard/config/initializers/backtrace_silencers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code
# by setting BACKTRACE=1 before calling your invocation, like "BACKTRACE=1 ./bin/rails runner 'MyClass.perform'".
Rails.backtrace_cleaner.remove_silencers! if ENV["BACKTRACE"]
Rails.backtrace_cleaner.remove_silencers! if ENV['BACKTRACE']
16 changes: 0 additions & 16 deletions apps/dashboard/config/initializers/inflections.rb

This file was deleted.

20 changes: 0 additions & 20 deletions apps/dashboard/config/initializers/new_framework_defaults.rb

This file was deleted.

14 changes: 0 additions & 14 deletions apps/dashboard/config/initializers/new_framework_defaults_5_1.rb

This file was deleted.

38 changes: 0 additions & 38 deletions apps/dashboard/config/initializers/new_framework_defaults_5_2.rb

This file was deleted.

45 changes: 0 additions & 45 deletions apps/dashboard/config/initializers/new_framework_defaults_6_0.rb

This file was deleted.

67 changes: 0 additions & 67 deletions apps/dashboard/config/initializers/new_framework_defaults_6_1.rb

This file was deleted.

0 comments on commit 04ee5fb

Please sign in to comment.