Remove debug log statements
Remove several statements which were added to verify client behaviour with H-API calls. Change-Id: Ie535eaf68ec5c55582264df1db8f9bf5122e6455
This commit is contained in:
parent
72985fb905
commit
f6ce73049e
@ -4057,7 +4057,6 @@ class NsxPolicySecurityPolicyBaseApi(NsxPolicyResourceBase):
|
||||
patch_entries = []
|
||||
for entry in entries:
|
||||
rule = entry.get_obj_dict()
|
||||
LOG.debug("#### ADDING ENTRY: %s", entry)
|
||||
patch_entries.append(
|
||||
self.entry_def.adapt_from_rule_dict(
|
||||
rule, domain_id, map_id))
|
||||
|
@ -117,7 +117,6 @@ class NsxPolicyTransaction(object):
|
||||
resource_class: node}
|
||||
if delete:
|
||||
wrapper_dict.update({'marked_for_delete': True})
|
||||
LOG.debug("### WRAPPER DICT:%s", wrapper_dict)
|
||||
return wrapper_dict
|
||||
|
||||
def _find_parent_in_dict(self, d, resource_def, level=1):
|
||||
@ -137,7 +136,6 @@ class NsxPolicyTransaction(object):
|
||||
node = {'resource_type': resource_type,
|
||||
'id': parent_id,
|
||||
'children': []}
|
||||
LOG.debug("#### UNEXPECTED: %s", resource_type)
|
||||
return self._build_wrapper_dict(resource_class, node), node
|
||||
|
||||
# iterate over all objects in d, and look for resource type
|
||||
@ -207,9 +205,6 @@ class NsxPolicyTransaction(object):
|
||||
child_resource_ref = (
|
||||
resource_def.has_attr('child_resource_ref') and
|
||||
resource_def.get_attr('child_resource_ref'))
|
||||
LOG.debug("#### BEFORE WRAP CALL")
|
||||
LOG.debug("#### NODE XXX: %s", node)
|
||||
LOG.debug("#### CHILD REF:%s", child_resource_ref)
|
||||
meh = self._build_wrapper_dict(resource_class,
|
||||
node,
|
||||
resource_def.get_delete(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user