diff --git a/app/controllers/api/api_controller.rb b/app/controllers/api/api_controller.rb index caa1efb5..a5112ffe 100755 --- a/app/controllers/api/api_controller.rb +++ b/app/controllers/api/api_controller.rb @@ -21,7 +21,6 @@ class Api::ApiController < ActionController::API def current_login_employee @employee = Employee.find_by_token_session(current_token) - puts @employee.to_json end # def lookup_domain