Skip to content

Commit

Permalink
di do not need
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Sep 18, 2024
1 parent deca59f commit 708fdab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/datadog/di/probe_notifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,6 @@ module ProbeNotifier
end
end

module_function def value_type(value)
case value
when Integer
'int'
when String
'string'
else
'something else'
end
end

module_function def evaluate_template(template, **vars)
message = template.dup
vars.each do |key, value|
Expand Down

0 comments on commit 708fdab

Please sign in to comment.