diff --git a/src/main/python/deallocate_ip/source.py b/src/main/python/deallocate_ip/source.py index c3c46e7..5ae0a6f 100644 --- a/src/main/python/deallocate_ip/source.py +++ b/src/main/python/deallocate_ip/source.py @@ -107,7 +107,6 @@ def deallocate(resource, deallocation, bundle): cert = bundle['cert'] ip_range_id = deallocation["ipRangeId"] ip = deallocation["ipAddress"] - resource_id = resource["id"] logging.info(f"Deallocating ip {ip} from range {ip_range_id}")