mirror of https://github.com/apache/cloudstack.git
Remove debug code
This commit is contained in:
parent
d868b0521b
commit
0db157e58f
|
|
@ -24,5 +24,4 @@ def merge(dbag, ip):
|
|||
dbag[mac].remove(address)
|
||||
if ip['add']:
|
||||
dbag.setdefault('eth' + str(ip['nic_dev_id']), []).append( ip )
|
||||
pprint(dbag)
|
||||
return dbag
|
||||
|
|
|
|||
Loading…
Reference in New Issue