diff --git a/vmware_nsx/plugins/nsx_p/plugin.py b/vmware_nsx/plugins/nsx_p/plugin.py index 3620d25d72..6a2c6e4cb6 100644 --- a/vmware_nsx/plugins/nsx_p/plugin.py +++ b/vmware_nsx/plugins/nsx_p/plugin.py @@ -1539,9 +1539,6 @@ class NsxPolicyPlugin(nsx_plugin_common.NsxPluginV3Base): If it was not realized or timed out retrying, it will return None 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: return NET_NEUTRON_2_NSX_ID_CACHE[network_id] diff --git a/vmware_nsx/plugins/nsx_v3/utils.py b/vmware_nsx/plugins/nsx_v3/utils.py index 976c885683..166fc53289 100644 --- a/vmware_nsx/plugins/nsx_v3/utils.py +++ b/vmware_nsx/plugins/nsx_v3/utils.py @@ -358,7 +358,6 @@ def get_orphaned_firewall_sections(context, nsxlib): else: # Skip non-neutron sections, by tags neutron_obj = False - LOG.error("DEBUG ADIT fw_section %s", fw_section) for tag in fw_section.get('tags', []): if tag['scope'] == 'os-api-version': neutron_obj = True