Remove leftover debug lines

TrivialFix

Change-Id: I6a4554102d353dd805a0f645e86bf305bffe37c1
This commit is contained in:
asarfaty 2020-04-13 09:20:54 +02:00
parent c580d508be
commit 5670aa6f7e
2 changed files with 0 additions and 4 deletions

View File

@ -1539,9 +1539,6 @@ class NsxPolicyPlugin(nsx_plugin_common.NsxPluginV3Base):
If it was not realized or timed out retrying, it will return None If it was not realized or timed out retrying, it will return None
The nova api will use this to attach to the instance. The nova api will use this to attach to the instance.
""" """
# DEBUG ADIT
#LOG.error("DEBUG ADIT _get_network_nsx_id called")
#raise Exception
if network_id in NET_NEUTRON_2_NSX_ID_CACHE: if network_id in NET_NEUTRON_2_NSX_ID_CACHE:
return NET_NEUTRON_2_NSX_ID_CACHE[network_id] return NET_NEUTRON_2_NSX_ID_CACHE[network_id]

View File

@ -358,7 +358,6 @@ def get_orphaned_firewall_sections(context, nsxlib):
else: else:
# Skip non-neutron sections, by tags # Skip non-neutron sections, by tags
neutron_obj = False neutron_obj = False
LOG.error("DEBUG ADIT fw_section %s", fw_section)
for tag in fw_section.get('tags', []): for tag in fw_section.get('tags', []):
if tag['scope'] == 'os-api-version': if tag['scope'] == 'os-api-version':
neutron_obj = True neutron_obj = True