diff --git a/neutron/plugins/nicira/nsx_cluster.py b/neutron/plugins/nicira/nsx_cluster.py index fe0b7def88..15e362436a 100644 --- a/neutron/plugins/nicira/nsx_cluster.py +++ b/neutron/plugins/nicira/nsx_cluster.py @@ -89,8 +89,6 @@ class NSXCluster(object): handler_func = getattr(self, '_process_%s' % attribute, None) if handler_func: handler_func() - else: - LOG.debug(_("Attribute:%s is empty or null"), attribute) def _process_nsx_controllers(self): # If this raises something is not right, so let it bubble up