From 0903de010f2ee44c10b73164151aac37da6afbe5 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Fri, 14 Feb 2014 16:35:36 -0800 Subject: [PATCH] Remove DEBUG:....nsx_cluster:Attribute is empty or null 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/neutron/plugins/nicira/nsx_cluster.py b/neutron/plugins/nicira/nsx_cluster.py index fe0b7def8..15e362436 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 -- 2.45.2