Delete the output in "find_bulk" api

The output affects the output of openstackclient and it's unnecessary.

Change-Id: Ifa5b0f211fbf395d2d6a287204e89d949276931b
Task: 19773
Story: 2002095
This commit is contained in:
yanpuqing 2018-06-14 04:22:08 -04:00
parent f5166dcff7
commit 8cd329b3b6
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ class BaseAPI(object):
:returns: list of resource dicts
"""
print("keys: %s" % kwargs.keys())
items = self.list(path)
if isinstance(items, dict):
# strip off the enclosing dict