Skip to content

Commit

Permalink
Remove erronous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubair Abid committed Jun 20, 2024
1 parent 0eb7c7f commit 277014b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataprotection/azext_dataprotection/manual/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,6 @@ def transform_resource_guard_operation_request(cmd, _, operation):

formatted_operation = None
for operation_detail in resource_guard_mapping['properties']['resourceGuardOperationDetails']:
print(operation_detail)
if operation_detail['vaultCriticalOperation'] == 'Microsoft.DataProtection/backupVaults' + critical_operation_map[str(operation)]:
formatted_operation = operation_detail['defaultResourceRequest']
break
Expand Down

0 comments on commit 277014b

Please sign in to comment.