From 29e23548f0b2dcfbb6f92fc66045c322163289dd Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 15 Jun 2021 11:15:58 -0500 Subject: [PATCH] revert --- web/app/controllers/api_users_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/app/controllers/api_users_controller.rb b/web/app/controllers/api_users_controller.rb index ee233e457..a239e1ae6 100644 --- a/web/app/controllers/api_users_controller.rb +++ b/web/app/controllers/api_users_controller.rb @@ -668,9 +668,6 @@ class ApiUsersController < ApiController send_email = false end - # force no emails because reasons - send_email = false - crash_date = params[:crash_date] # make sure client is passing version information - if not its too old