Skip to content

Commit a97b923

Browse files
author
Himani Anil Deshpande
committed
Removing unwanted comments
1 parent 4e1deed commit a97b923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/src/pcluster/templates/queues_stack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ def _add_compute_resource_launch_template(
315315
queue.compute_settings.local_storage.root_volume,
316316
AWSApi.instance().ec2.describe_image(self._config.image_dict[queue.name]).device_name,
317317
),
318-
# key_name=,
319318
network_interfaces=compute_lt_nw_interfaces,
320319
placement=ec2.CfnLaunchTemplate.PlacementProperty(group_name=placement_group),
321320
image_id=self._config.image_dict[queue.name],

0 commit comments

Comments
 (0)