Skip to content

Comments

pcsclient: remove leftover debugging 'print(args)' statement#491

Open
berrange wants to merge 1 commit intointel:mainfrom
berrange:pcsclient-debug
Open

pcsclient: remove leftover debugging 'print(args)' statement#491
berrange wants to merge 1 commit intointel:mainfrom
berrange:pcsclient-debug

Conversation

@berrange
Copy link
Contributor

@berrange berrange commented Feb 5, 2026

Dumping the python "Namespace" object to stdout after parsing argv serves no end-user purpose:

  $ pcsclient.py cache
  Namespace(command='cache', url=None, input_file=None, output_dir=None, sub_dir=False, expire=None, tcb_update_type=None, func=<function pcs_cache at 0x7ff9102ea770>)
  Please note: A prompt may appear asking for your keyring password to access stored credentials.
  Please input ApiKey for Intel PCS:

Remove what is presumably a leftover debugging statement:

  $ pcsclient.py cache
  Please note: A prompt may appear asking for your keyring password to access stored credentials.
  Please input ApiKey for Intel PCS:

Dumping the python "Namespace" object to stdout after parsing argv
serves no end-user purpose:

  $ pcsclient.py cache
  Namespace(command='cache', url=None, input_file=None, output_dir=None, sub_dir=False, expire=None, tcb_update_type=None, func=<function pcs_cache at 0x7ff9102ea770>)
  Please note: A prompt may appear asking for your keyring password to access stored credentials.
  Please input ApiKey for Intel PCS:

Remove what is presumably a leftover debugging statement:

  $ pcsclient.py cache
  Please note: A prompt may appear asking for your keyring password to access stored credentials.
  Please input ApiKey for Intel PCS:

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant