Skip to content

Commit

Permalink
remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Sep 24, 2024
1 parent 73e8978 commit 5ca7c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/fees/create_pay_in_advance_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def apply_charge_model(aggregation_result:, properties:)
puts '=' * 80
puts 'aggregation_result: ' + aggregation_result.to_s
puts 'properties: ' + properties.to_s
byebug
charge_model_result = Charges::ApplyPayInAdvanceChargeModelService.call(
charge:, aggregation_result:, properties:
)
Expand Down

0 comments on commit 5ca7c72

Please sign in to comment.