Skip to content

Commit

Permalink
chore: remove debug log (#2231)
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid authored Oct 12, 2024
1 parent 27d0050 commit 44d7502
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/concerns/attr_logics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def define_logic(attr_name, &block)

def reset(*attr_names)
attr_names.flatten.each do |a|
Rails.logger.info("RESET ATTR #{a} STARTED AT: #{Time.now}")
reset_one a
Rails.logger.info("RESET ATTR #{a} ENDED AT: #{Time.now}")
end
end

Expand Down

0 comments on commit 44d7502

Please sign in to comment.