mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed empty debug log
This commit is contained in:
parent
3d9871fe11
commit
293bc64158
1 changed files with 0 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue