mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clean up debug logs
This commit is contained in:
parent
671282656a
commit
2ed2932387
1 changed files with 0 additions and 2 deletions
|
@ -644,8 +644,6 @@ def _manage_devices(devices, vm=None, container_ref=None):
|
|||
' Using existing disk size.')
|
||||
size_kb = device.capacityInKB
|
||||
|
||||
log.debug('device capacity is {0}'.format(device.capacityInKB))
|
||||
log.debug('specified capacity is {0}'.format(size_kb))
|
||||
if device.capacityInKB < size_kb:
|
||||
# expand the disk
|
||||
disk_spec = _edit_existing_hard_disk_helper(device, size_kb)
|
||||
|
|
Loading…
Add table
Reference in a new issue