Merge "Remove DEBUG:....nsx_cluster:Attribute is empty or null"

This commit is contained in:
Jenkins 2014-02-17 08:44:08 +00:00 committed by Gerrit Code Review
commit 368b7f858e
1 changed files with 0 additions and 2 deletions

View File

@ -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