Skip to content

Commit

Permalink
Merge pull request #2232 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Deploy to testnet
  • Loading branch information
zmcNotafraid authored Oct 12, 2024
2 parents 76a7156 + 44d7502 commit 91f7300
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 91f7300

Please sign in to comment.