diff --git a/lib/statisfy/aggregate.rb b/lib/statisfy/aggregate.rb index d9dcf10..e216b67 100644 --- a/lib/statisfy/aggregate.rb +++ b/lib/statisfy/aggregate.rb @@ -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