mirror of
https://github.com/jbowdre/phpIPAM-for-vRA8.git
synced 2024-11-21 14:32:19 +00:00
remove unused variable
This commit is contained in:
parent
2279014db1
commit
141ae313bf
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ def deallocate(resource, deallocation, bundle):
|
||||||
cert = bundle['cert']
|
cert = bundle['cert']
|
||||||
ip_range_id = deallocation["ipRangeId"]
|
ip_range_id = deallocation["ipRangeId"]
|
||||||
ip = deallocation["ipAddress"]
|
ip = deallocation["ipAddress"]
|
||||||
resource_id = resource["id"]
|
|
||||||
|
|
||||||
logging.info(f"Deallocating ip {ip} from range {ip_range_id}")
|
logging.info(f"Deallocating ip {ip} from range {ip_range_id}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue