From 19f16fd36c7d4618a1cc54adca1f58b1c0263e60 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Sun, 20 Dec 2020 17:36:06 +0100
Subject: ethernet: T3140: remove debug code

---
 python/vyos/ifconfig/ethernet.py | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'python')

diff --git a/python/vyos/ifconfig/ethernet.py b/python/vyos/ifconfig/ethernet.py
index 3ef415248..5c8c42461 100644
--- a/python/vyos/ifconfig/ethernet.py
+++ b/python/vyos/ifconfig/ethernet.py
@@ -321,9 +321,6 @@ class EthernetIf(Interface):
         # call base class first
         super().update(config)
 
-        import pprint
-        pprint.pprint(config)
-
         # disable ethernet flow control (pause frames)
         value = 'off' if 'disable_flow_control' in config else 'on'
         self.set_flow_control(value)
-- 
cgit v1.2.3