Skip to content

Commit 56d695d

Browse files
Merge pull request #9383 from Fryguy/remove_unused_method
Remove unused method
2 parents d5b50d7 + 0e0878b commit 56d695d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/controllers/application_controller.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ def pp_options
124124
# **************************************************************************************************
125125
rescue_from StandardError, :with => :error_handler
126126

127-
def local_request?
128-
Rails.env.development? || Rails.env.test?
129-
end
130-
131127
def allow_websocket
132128
override_content_security_policy_directives(:connect_src => ["'self'", 'https://fonts.gstatic.com', websocket_origin])
133129
end

0 commit comments

Comments
 (0)