From cb8957ad27ee50a327a0cf928bc4b3438253ff4c Mon Sep 17 00:00:00 2001 From: DanielPerkins7 Date: Tue, 1 Aug 2023 08:19:56 +0000 Subject: [PATCH] redundant line and comment removed resolve #236 --- ssm/agents.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ssm/agents.py b/ssm/agents.py index 3d6ef885..673a9906 100644 --- a/ssm/agents.py +++ b/ssm/agents.py @@ -141,10 +141,6 @@ def get_ssm_args(protocol, cp, log): elif protocol == Ssm2.AMS_MESSAGING: # Then we are setting up an SSM to connect to a AMS. - # TODO: See if setting use_ssl directly in Ssm2 constructor is ok. - # 'use_ssl' isn't checked when using AMS (SSL is always used), but it - # is needed for the call to the Ssm2 constructor below. - use_ssl = None try: # We only need a hostname, not a port host = cp.get('broker', 'host')