From 0db157e58f6253e6dbacc8330b1d218c8f7e77aa Mon Sep 17 00:00:00 2001 From: Ian Southam Date: Tue, 29 Jul 2014 19:07:00 +0200 Subject: [PATCH] Remove debug code --- systemvm/patches/debian/config/opt/cloud/bin/cs_ip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs_ip.py b/systemvm/patches/debian/config/opt/cloud/bin/cs_ip.py index 21263c062c5..44f101448aa 100644 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs_ip.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs_ip.py @@ -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