Remove debug print
This commit is contained in:
parent
168435a827
commit
a72978e33d
|
@ -143,7 +143,6 @@ class VXNetworkInstance():
|
|||
|
||||
@self.zk_conn.ChildrenWatch('/networks/{}/dhcp_reservations'.format(self.vni))
|
||||
def watch_network_dhcp_reservations(reservations, event=''):
|
||||
print(reservations)
|
||||
if self.dhcp_reservations != reservations:
|
||||
for reservation in reservations:
|
||||
if reservation not in self.dhcp_reservations:
|
||||
|
|
Loading…
Reference in New Issue