]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove DEBUG:....nsx_cluster:Attribute is empty or null
authorarmando-migliaccio <armamig@gmail.com>
Sat, 15 Feb 2014 00:35:36 +0000 (16:35 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Sat, 15 Feb 2014 00:35:36 +0000 (16:35 -0800)
They serve no purpose, as if an important attribute is empty
or null and it shouldn't we'll know about it, and that's what
counts.

Change-Id: I7783cb6df76362d1b9b25b23f89a3a5d6df15406
Closes-bug: 1280500

neutron/plugins/nicira/nsx_cluster.py

index fe0b7def88ff3795ff9978df96e116dad2cd2d9a..15e362436a8908570ddde66b95a0387d48951083 100644 (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