Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvilleneuve committed Dec 9, 2023
1 parent e2b226e commit d29b5e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/statisfy/aggregate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def aggregate(args = {})
# @param month: the month for which you want the value of the counter (optional)
#
def value(scope: nil, month: nil)
p "HEIN???"
month = month&.strftime("%Y-%m") if month.present?
average(scope:, month:)
end
Expand Down

0 comments on commit d29b5e0

Please sign in to comment.