Remove debug info.

This commit is contained in:
Hui Xiang
2014-09-18 17:03:34 +08:00
parent 28f6972016
commit d171d69ab0

View File

@@ -270,7 +270,6 @@ class NovaConfigContext(WorkerConfigContext):
class NovaIPv6Context(context.SharedDBContext):
def __call__(self):
ctxt = super(NovaIPv6Context, self).__call__()
print "ctxt:%s" % ctxt
if config('prefer-ipv6'):
ctxt['use_ipv6'] = True
ctxt['host_ip'] = '::'