Skip to content

Commit 2e9559f

Browse files
author
Pravali Uppugunduri
committed
remove duplicate
1 parent 80ed399 commit 2e9559f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sagemaker/serve/utils/telemetry_logger.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ def wrapper(self, *args, **kwargs):
169169
config_name_code = self.deployment_config_name.lower()
170170
extra += f"&x-configName={config_name_code}"
171171

172-
if getattr(self, "deployment_config_name", False):
173-
config_name_code = self.deployment_config_name.lower()
174-
extra += f"&x-configName={config_name_code}"
175-
176172
extra += f"&x-latency={round(elapsed, 2)}"
177173

178174
if not self.serve_settings.telemetry_opt_out:

0 commit comments

Comments
 (0)