diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 780046c37334edbb01be1ce45b831b0d7f3a37b1..001ed300f4d3e8bc96c0c2972b8fb37989379994 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,10 +1,6 @@
 class ApplicationController < ActionController::Base
   helper_method :current_user
 
-  def default_url_options
-    { host: 'rescheduled.c3lingo.org', protocol: 'https' } if Rails.env.production?
-  end
-
   private
 
   def current_user