diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-06 19:07:51 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-06 19:07:51 +0100 |
commit | 242251ea50f1d26127effc140933cbdb1149a206 (patch) | |
tree | 8a0d2304280325676a0b68d7949b13923c8c3832 /python | |
parent | c4c0cc382ffa98cd9e0adb31dabc46ba4aa30674 (diff) | |
download | vyos-1x-242251ea50f1d26127effc140933cbdb1149a206.tar.gz vyos-1x-242251ea50f1d26127effc140933cbdb1149a206.zip |
ifconfig: T1793: remove dhcpv6 client debug output
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/ifconfig.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/vyos/ifconfig.py b/python/vyos/ifconfig.py index f487e6a5b..2f2f05f74 100644 --- a/python/vyos/ifconfig.py +++ b/python/vyos/ifconfig.py @@ -615,8 +615,6 @@ class Interface: >>> j.set_dhcpv6() """ dhcpv6 = self.get_dhcpv6_options() - import pprint - pprint.pprint(dhcpv6) # better save then sorry .. should be checked in interface script # but if you missed it we are safe! |