summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-06 19:07:51 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-06 19:07:51 +0100
commit242251ea50f1d26127effc140933cbdb1149a206 (patch)
tree8a0d2304280325676a0b68d7949b13923c8c3832 /python
parentc4c0cc382ffa98cd9e0adb31dabc46ba4aa30674 (diff)
downloadvyos-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.py2
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!