about summary refs log tree commit diff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 32c5cce8b..a633dfce5 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -77,9 +77,3 @@ Rails.application.configure do
 end
 
 Redis.raise_deprecations = true
-
-module PrivateAddressCheck
-  def self.private_address?(*)
-    false
-  end
-end