From 242251ea50f1d26127effc140933cbdb1149a206 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Fri, 6 Dec 2019 19:07:51 +0100
Subject: ifconfig: T1793: remove dhcpv6 client debug output

---
 python/vyos/ifconfig.py | 2 --
 1 file changed, 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!
-- 
cgit v1.2.3