Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Spinner <[email protected]>
  • Loading branch information
simon-spinner committed Nov 2, 2023
1 parent 5821e66 commit 518e0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhmccli/_cmd_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def cmd_partition_create(cmd_ctx, cpc_name, options):

org_options = original_options(options)
properties = options_to_properties(org_options, name_map)
print(org_options)

# Used and missing options handled in this function
used_boot_ftp_opts = [
'--' + name for name in boot_ftp_option_names
Expand Down

0 comments on commit 518e0e2

Please sign in to comment.