diff options
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 94d7c496..c6242220 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -201,12 +201,6 @@ class OpenStackShell(App): if cmd_name != 'help': self.authenticate_user() - self.log.debug("API: Identity=%s Compute=%s Image=%s" % ( - self.api_version['identity'], - self.api_version['compute'], - self.api_version['image']) - ) - def prepare_to_run_command(self, cmd): """Set up auth and API versions""" self.log.debug('prepare_to_run_command %s', cmd.__class__.__name__) |
