From d10138e35c3187180d63bc80844429d39f34c773 Mon Sep 17 00:00:00 2001 From: Raj Parekh Date: Wed, 23 Oct 2024 13:44:40 +0200 Subject: [PATCH] Remove commented code --- instana/restapi/infra-alert-configs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/instana/restapi/infra-alert-configs.go b/instana/restapi/infra-alert-configs.go index 9fbb5aa..acb2f25 100644 --- a/instana/restapi/infra-alert-configs.go +++ b/instana/restapi/infra-alert-configs.go @@ -16,7 +16,6 @@ type InfraAlertConfig struct { } func (config *InfraAlertConfig) GetIDForResourcePath() string { - //config.Granularity == return config.ID }