Removed left over testing code

This commit is contained in:
farhatahmad 2019-07-17 14:08:30 -04:00
parent 347ed2bdc1
commit 56be3a5b13
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class ApplicationController < ActionController::Base
# Checks to see if the user exists
begin
retrieve_provider_info(@user_domain + 't', 'api2', 'getUserGreenlightCredentials')
retrieve_provider_info(@user_domain, 'api2', 'getUserGreenlightCredentials')
rescue => e
if e.message.eql? "No user with that id exists"
render "errors/not_found", locals: { message: I18n.t("errors.not_found.user_not_found.message"),