Merge "Revert "Do not output log on bash autocomplete generation""

This commit is contained in:
Zuul 2023-07-29 18:35:15 +00:00 committed by Gerrit Code Review
commit 2f5167f475
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