Removed empty debug log

This commit is contained in:
Enquier 2017-06-08 22:53:54 -06:00 committed by GitHub
parent 3d9871fe11
commit 293bc64158

View File

@ -729,7 +729,6 @@ def request_instance(vm_=None, call=None):
for fl_ip, opts in six.iteritems(conn.floating_ip_list()):
if opts['fixed_ip'] is None and opts['pool'] == pool:
floating_ip = fl_ip
log.debug
break
if floating_ip is None:
floating_ip = conn.floating_ip_create(pool)['ip']