Revert "Do not output log on bash autocomplete generation"

This reverts commit 973e16960d.

Reason for revert: This patch is wrong, it actually breaks the generated autocomplete output.

Change-Id: I553b76da9ba32d04d6ec4fcac88217616b7fc3ac
This commit is contained in:
Dr. Jens Harbott 2022-10-10 19:26:50 +00:00
parent 973e16960d
commit 1a6c1c2a26
1 changed files with 1 additions and 2 deletions

View File

@ -144,8 +144,7 @@ class OpenStackShell(app.App):
return ret_val
finally:
if 'complete' not in argv:
self.log.info("END return value: %s", ret_val)
self.log.info("END return value: %s", ret_val)
def init_profile(self):
self.do_profile = osprofiler_profiler and self.options.profile