Remove debug code

This commit is contained in:
Ian Southam 2014-07-29 19:07:00 +02:00 committed by wilderrodrigues
parent d868b0521b
commit 0db157e58f
1 changed files with 0 additions and 1 deletions

View File

@ -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