From 6c1e7101587525a0b3b97976b315702f03be8272 Mon Sep 17 00:00:00 2001 From: Tanna McClure Date: Tue, 23 Jan 2024 14:18:45 -0800 Subject: [PATCH] remove redundant line from thor template --- lib/tasks/instrumentation_generator/templates/chain.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/instrumentation_generator/templates/chain.tt b/lib/tasks/instrumentation_generator/templates/chain.tt index 795809b6a9..04d7459dd3 100644 --- a/lib/tasks/instrumentation_generator/templates/chain.tt +++ b/lib/tasks/instrumentation_generator/templates/chain.tt @@ -9,7 +9,6 @@ module NewRelic::Agent::Instrumentation include NewRelic::Agent::Instrumentation::<%= @class_name %> alias_method(:<%= @method.downcase %>_without_new_relic, :<%= @method.downcase %>) - alias_method(:<%= @method.downcase %>, :<%= @method.downcase %>_with_new_relic) def <%= @method.downcase %><%= "(#{@args})" unless @args.empty? %> <%= @method.downcase %>_with_new_relic<%= "(#{@args})" unless @args.empty? %> do