Skip to content

Commit

Permalink
Remove logger (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
neb417 authored Nov 17, 2023
1 parent 57db6ff commit 850d640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/concerns/taxed_income.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module TaxedIncome
def tax_on_salary
income = Income.find_by(income_type: "Salary")
Rails.logger.debug "**** Tax Salary: #{income.inspect}"
IncomeTaxCalculatorService.new(income: income)
end

Expand Down

0 comments on commit 850d640

Please sign in to comment.