summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 015ff915a..c2fa6fc82 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -499,7 +499,6 @@ class LazyPluggable(object):
fromlist = backend
self.__backend = __import__(name, None, None, fromlist)
- LOG.debug(_('backend %s'), self.__backend)
return self.__backend
def __getattr__(self, key):